Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ make_name
Method
make_name
crates/compiler-core/src/bytecode.rs:359–361 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
357
}
358
359
fn make_name(&self, name: &str) -> <Self::Constant as Constant>::Name {
360
name.to_owned()
361
}
362
}
363
364
#[derive(Clone)]
Callers
4
deserialize_code
Function · 0.45
read_marshal_name_tuple
Function · 0.45
map_bag
Method · 0.45
map_clone_bag
Method · 0.45
Calls
1
to_owned
Method · 0.45
Tested by
no test coverage detected