MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / printFunction

Method printFunction

src/lib/libembind_gen.js:106–109  ·  view source on GitHub ↗
(nameMap, out)

Source from the content-addressed store, hash-verified

104 }
105
106 printFunction(nameMap, out) {
107 out.push(`${this.name}`);
108 this.printSignature(nameMap, out);
109 }
110
111 printModuleEntry(nameMap, out) {
112 out.push(' ');

Callers 2

printModuleEntryMethod · 0.80
printMethod · 0.80

Calls 2

printSignatureMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected