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

Class SharedObjectName

alpm-types/src/name.rs:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 let alphanum = |c: char| c.is_ascii_alphanumeric();
219 let never_first_char = one_of((alphanum, never_first_char_list));
220 let part: Repeat<_, _, _, (), _> = repeat(0.., never_first_char);
221
222 // This is the final full parser. Let's go through it piece-by-piece.
223 // `example-package-name-1:45.2.0-x86_64`

Callers 1

parserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected