MCPcopy
hub / github.com/Theodeus/tuna / pipe

Function pipe

tuna.js:19–21  ·  view source on GitHub ↗
(param, val)

Source from the content-addressed store, hash-verified

17var userContext,
18 userInstance,
19 pipe = function (param, val) {
20 param.value = val;
21 },
22 Super = Object.create(null, {
23 activate: {
24 writable: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected