Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ require
Function
require
tests/windows/test_windows_update_handoff.py:50–52 ·
view source on GitHub ↗
(condition, message)
Source
from the content-addressed store, hash-verified
48
49
50
def
require(condition, message):
51
if
not condition:
52
raise
GuardFailure(message)
53
54
55
def
sha256_file(path):
Callers
8
install.js
File · 0.85
bin.js
File · 0.85
windows-launcher.test.js
File · 0.85
runShim
Function · 0.85
package-publication.test.js
File · 0.85
install-failure.test.js
File · 0.85
assert_update_hands_off_to_install_script
Function · 0.85
assert_update_does_not_drain_active_session
Function · 0.85
Calls
1
GuardFailure
Class · 0.85
Tested by
no test coverage detected