MCPcopy Index your code
hub / github.com/RustPython/RustPython / store_name

Method store_name

crates/codegen/src/compile.rs:2000–2002  ·  view source on GitHub ↗
(&mut self, name: &str)

Source from the content-addressed store, hash-verified

1998 }
1999
2000 fn store_name(&mut self, name: &str) -> CompileResult<()> {
2001 self.compile_name(name, NameUsage::Store)
2002 }
2003
2004 fn mangle<'a>(&self, name: &'a str) -> Cow<'a, str> {
2005 // Use private from current code unit for name mangling

Callers 14

unwind_fblockMethod · 0.80
compile_programMethod · 0.80
compile_statementMethod · 0.80
compile_type_paramsMethod · 0.80
compile_try_statementMethod · 0.80
compile_function_defMethod · 0.80
compile_class_bodyMethod · 0.80
compile_class_defMethod · 0.80

Calls 1

compile_nameMethod · 0.80

Tested by

no test coverage detected