MCPcopy Create free account
hub / github.com/argumentcomputer/ix / name

Method name

crates/kernel/src/lctx.rs:50–54  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn name(&self) -> &M::MField<Name> {
51 match self {
52 LocalDecl::CDecl { name, .. } | LocalDecl::LDecl { name, .. } => name,
53 }
54 }
55
56 /// `Some(val)` for let-bindings, `None` otherwise.
57 pub fn val(&self) -> Option<&KExpr<M>> {

Callers 4

rs_texray_initFunction · 0.45
run_anon_checks_parallelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected