Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
printModuleEntry
Method · 0.80
print
Method · 0.80
Calls
2
printSignature
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected