MCPcopy
hub / github.com/amark/gun / end

Function end

test/ptsd/perf.js:1624–1627  ·  view source on GitHub ↗
(err, env)

Source from the content-addressed store, hash-verified

1622 //if(Gun.fns.is(opt.any)){ opt.any.call(gun, err, ok) } // TODO: gun context!
1623 }
1624 function end(err, env){
1625 if(err){ return }
1626 Gun.put(gun, env.graph, ack, env.opt); // TODO: incorrect options!
1627 }
1628 CHAINA9.chain.put = function(data, cb, opt){
1629 var chain = this, at = chain._, put = at.put;
1630 put.data = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected