Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ test_restore_errors
Function
test_restore_errors
std/src/data.rs:404–406 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
402
403
#[test]
404
fn test_restore_errors() {
405
check_stmt_compilation_err(
"1:1: RESTORE expected no arguments"
,
"RESTORE 123"
);
406
}
407
}
Callers
nothing calls this directly
Calls
1
check_stmt_compilation_err
Function · 0.85
Tested by
no test coverage detected