Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ is_valid
Method
is_valid
core/src/program.rs:127–129 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
125
}
126
127
pub fn is_valid(&self) -> bool {
128
self.issues.is_empty()
129
}
130
131
pub fn summary(&self) -> String {
132
if self.is_valid() {
Callers
2
ensure_valid
Method · 0.80
summary
Method · 0.80
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected