(err, env)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected