Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wendux/fly
/ test.js
File
test.js
test/test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
expect(left, right) {
2
if
(left !== right) {
3
console.log(
"Expect: "
+ left +
" but: "
+ right);
4
throw
new
Error();
Callers
nothing calls this directly
Calls
7
get
Method · 0.80
post
Method · 0.80
use
Method · 0.65
lock
Method · 0.65
unlock
Method · 0.65
all
Method · 0.65
spread
Method · 0.65
Tested by
no test coverage detected