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

Method synth_name

crates/kernel/src/ingress.rs:334–338  ·  view source on GitHub ↗

Generate a unique synthetic name like `_s0`, `_s1`, etc.

(&self)

Source from the content-addressed store, hash-verified

332 build: impl FnOnce() -> KExpr<M>,
333 stats: &mut ConvertStats,
334) -> KExpr<M> {
335 if !stats.enabled {
336 if let Some(existing) = intern.try_get_expr(key) {
337 return existing;
338 }
339 return intern.intern_expr(build());
340 }
341 let t0 = Instant::now();

Callers 1

ingress_exprFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected