MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / tokenize

Method tokenize

nodedb/src/control/planner/procedural/error.rs:28–32  ·  view source on GitHub ↗
(detail: impl Into<String>)

Source from the content-addressed store, hash-verified

26
27impl ProceduralError {
28 pub fn tokenize(detail: impl Into<String>) -> Self {
29 Self::Tokenize {
30 detail: detail.into(),
31 }
32 }
33
34 pub fn parse(detail: impl Into<String>) -> Self {
35 Self::Parse {

Callers 2

lindera_segmentFunction · 0.80
bind_dslFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected