MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / atom

Function atom

src/atom.rs:55–57  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

53/// ```
54#[inline]
55pub fn atom(s: &str) -> Atom {
56 ustr::ustr(s)
57}
58
59/// Intern a string after lowercasing ASCII characters.
60///

Calls

no outgoing calls