MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / abs

Function abs

build.rs:325–327  ·  view source on GitHub ↗
(dir: &Path, rel: &str)

Source from the content-addressed store, hash-verified

323 out,
324 " UserProgram {{ name: \"{name}\", title: \"{title}\", description: \"{desc}\", \
325 kind: UserProgramKind::{kind}, install_path: {install}, source: {source}, \
326 source_path: \"{source_path}\", build_path: \"{build_path}\", \
327 import_closure: {import_closure}, \
328 mangle_symbols: {mangle_symbols}, layout: {layout} }},",
329 name = escape(&program.name),
330 title = escape(&program.title),

Callers 1

loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected