MCPcopy
hub / github.com/plasma-umass/browsix / SyscallCallback

Interface SyscallCallback

src/syscall-api/syscall-api.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { syscallTbl } from './table';
5
6export interface SyscallCallback {
7 (response: [number, number, number]): void;
8}
9
10// for gopherjs
11export function Syscall(cb: Function, trap: number): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected