MCPcopy Create free account
hub / github.com/charto/nbind / makeWireRead

Method makeWireRead

src/em/BindingType.ts:135–135  ·  view source on GitHub ↗
(expr: string)

Source from the content-addressed store, hash-verified

133 }
134
135 makeWireRead(expr: string) { return('!!(' + expr + ')'); }
136
137 makeWireWrite(expr: string, policyTbl: PolicyTbl) {
138 return(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected