summaryrefslogtreecommitdiff
path: root/cli/tests/unit/dispatch_test.ts
AgeCommit message (Collapse)Author
2021-04-23refactor(core): rename send() to opcall() (#10307)Aaron O'Mullan
I think it's a better fit since recv() was killed and opcall <> syscall (send/recv was too reminiscent of request/response and custom payloads)
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan