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

Method symbol_count

crates/asm-to-binary/src/assembler/output.rs:113–115  ·  view source on GitHub ↗

Number of symbols in the table.

(&self)

Source from the content-addressed store, hash-verified

111 .is_some_and(|k| matches!(k, SectionKind::Bss))
112 });
113 non_bss.chain(bss).filter_map(|s| {
114 s.kind.as_ref().map(|k| SectionInfo {
115 name: k.name(),
116 bytes: &s.bytes,
117 })
118 })

Callers 1

uiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected