Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/ isBuiltinProcedure
Function
isBuiltinProcedure
packages/graph/src/ProcedureRegistry.ts:415–417 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
413
* Check
if
a procedure name is a known built-in procedure.
414
*/
415
export
function
isBuiltinProcedure(name: string): boolean {
416
return
procedureRegistry.has(name);
417
}
Callers
1
callProcedure.test.ts
File · 0.85
Calls
1
has
Method · 0.45
Tested by
no test coverage detected