MCPcopy Create free account
hub / github.com/archlinux/alpm / len

Method len

alpm-types/src/pkg.rs:245–247  ·  view source on GitHub ↗

Returns the number of extra data entries.

(&self)

Source from the content-addressed store, hash-verified

243 peek(alt((
244 (space0, "=", space0).take(),
245 delimiter_parser.by_ref(),
246 ))),
247 )
248 .take()
249 .context(StrContext::Label("extra data key"))
250 .context(StrContext::Expected(StrContextValue::Description(

Callers 15

append_relative_filesFunction · 0.45
createFunction · 0.45
__len__Method · 0.45
mtree_buffer_to_stringFunction · 0.45
parse_arch_arrayFunction · 0.45
handle_packagesFunction · 0.45
run_testsMethod · 0.45
sync_remote_packagesMethod · 0.45

Calls

no outgoing calls

Tested by 6

createFunction · 0.36
run_testsMethod · 0.36
createFunction · 0.36