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

Function Test

lib/tmp.test.sql.js:3–9  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

1(function(){
2 if(!this.Gun){ return }
3 function Test(o){
4 var test = this;
5 if(!(test instanceof Test)){ return new Test(o) }
6 test._ = {};
7 test._.stack = [];
8 return test;
9 }
10 Test.chain = Test.prototype;
11 Test.chain.run = function(fn){
12 var test = this;

Callers 1

tmp.test.sql.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected