Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/letsgetrandy/brototype
/ Bro
Function
Bro
brototype.js:39–45 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
37
};
38
39
function
Bro(obj) {
40
if
(this instanceof Bro) {
41
this.obj = obj;
42
}
else
{
43
return
new
Bro(obj);
44
}
45
}
46
47
Bro.TOTALLY = true;
48
Bro.NOWAY = false;
Callers
2
brototype.js
File · 0.85
tests.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected