MCPcopy Index your code
hub / github.com/cloudflare/capnweb / throwMapperBuilderUseError

Function throwMapperBuilderUseError

src/map.ts:181–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181function throwMapperBuilderUseError(): never {
182 throw new Error(
183 "Attempted to use an abstract placeholder from a mapper function. Please make sure your " +
184 "map function has no side effects.");
185}
186
187// StubHook which represents a variable in a map function.
188class MapVariableHook extends StubHook {

Callers 5

getMethod · 0.85
callMethod · 0.85
mapMethod · 0.85
pullMethod · 0.85
onBrokenMethod · 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…