MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / new_cause

Method new_cause

src/data/json/parser/implementation.rs:107–115  ·  view source on GitHub ↗
(self, pos: Self::Pos, cause: &'static str)

Source from the content-addressed store, hash-verified

105 }
106
107 fn new_cause(self, pos: Self::Pos, cause: &'static str) -> Self
108 {
109 let mut causes = self.causes;
110 causes.push((pos, cause));
111 Self
112 {
113 causes
114 }
115 }
116}

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected