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

Function g

test/common.js:7975–7977  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7973 console.log("TODO: BUG! Upgrade UNION tests to new internal API!");
7974 return;
7975 var gun = Gun(), g = function(){
7976 return Gun({wire: {get: ctx.get}});
7977 }, ctx = {gen: 9, extra: 100, network: 2};
7978
7979 it('prep hook', function(done){
7980 this.timeout(ctx.gen * ctx.extra);

Callers 1

common.jsFile · 0.70

Calls 1

GunFunction · 0.50

Tested by

no test coverage detected