Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ code
Function
code
build-system/compile/json-schema/index.js:71–74 ·
view source on GitHub ↗
(ctx)
Source
from the content-addressed store, hash-verified
69
keyword: `_${fn}`,
70
error,
71
code(ctx) {
72
used.add(fn);
73
ctx.pass(ajvCode`${
new
AjvName(fn)}(${ctx.data})`);
74
},
75
}));
76
}
77
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected