Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ name
Method
name
std/src/program.rs:102–104 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
100
}
101
102
fn name(&self) -> Option<&str> {
103
self.name.as_deref()
104
}
105
106
fn set_name(&mut self, name: &str) {
107
self.name = Some(name.to_owned());
Callers
2
continue_if_modified
Function · 0.45
async_exec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected