Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Macuyiko/minecraft-python
/ ok
Function
ok
ServerEditorWeb/ace/worker-html.js:9739–9741 ·
view source on GitHub ↗
(value, message)
Source
from the content-addressed store, hash-verified
9737
assert.fail = fail;
9738
9739
function
ok(value, message) {
9740
if
(!value) fail(value, true, message,
'=='
, assert.ok);
9741
}
9742
assert.ok = ok;
9743
9744
assert.equal =
function
equal(actual, expected, message) {
Callers
nothing calls this directly
Calls
1
fail
Function · 0.85
Tested by
no test coverage detected