MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / writeResultConversion

Method writeResultConversion

tools/ffi.js:71–73  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

69 file.line(`${ this.name } arg${ i } = XS->toBigUint64(the, mxArgv(${ i }));`);
70 }
71 writeResultConversion(file) {
72 file.line("XS->fromBigUint64(the, mxResult, result);");
73 }
74}
75
76class IntegerType extends Type {

Callers

nothing calls this directly

Calls 1

lineMethod · 0.45

Tested by

no test coverage detected