Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailru/FileAPI
/ Test
Function
Test
tests/qunit/qunit.js:86–90 ·
view source on GitHub ↗
( settings )
Source
from the content-addressed store, hash-verified
84
};
85
86
function
Test( settings ) {
87
extend( this, settings );
88
this.assertions = [];
89
this.testNumber = ++Test.count;
90
}
91
92
Test.count = 0;
93
Callers
nothing calls this directly
Calls
1
extend
Function · 0.85
Tested by
no test coverage detected