Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ convert
Function
convert
website/public/wasm/web-tree-sitter.js:2233–2235 ·
view source on GitHub ↗
(rtn2)
Source
from the content-addressed store, hash-verified
2231
var
func2 = getWasmTableEntry(ptr);
2232
var
rtn = func2(...args2);
2233
function
convert(rtn2) {
2234
return
rtn2;
2235
}
2236
__name(convert,
"convert"
);
2237
return
convert(rtn);
2238
},
"dynCall"
);
Callers
1
Module2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected