MCPcopy
hub / github.com/cloudflare/capnweb / isUncheckedMethod

Function isUncheckedMethod

packages/capnweb-validate/src/internal/core.ts:523–527  ·  view source on GitHub ↗
(
  methodSpec: MethodSpec
)

Source from the content-addressed store, hash-verified

521// ---------------------------------------------------------------------------
522
523function isUncheckedMethod(
524 methodSpec: MethodSpec
525): methodSpec is { unchecked: true } {
526 return methodSpec.unchecked === true;
527}
528
529export function validateArgs(
530 args: unknown[],

Callers 2

getFunction · 0.85
wrapPrototypeMethodsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…