MCPcopy Create free account
hub / github.com/boltlang/Bolt / error

Method error

crates/boltlang/src/parser/parser.rs:142–145  ·  view source on GitHub ↗

Emit an error.

(&mut self, message: T)

Source from the content-addressed store, hash-verified

140#[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
141pub(crate) enum Associativity {
142 Left,
143 Right,
144}
145
146#[derive(Clone)]
147struct OpDesc {
148 pub assoc: Associativity,

Callers 6

parse_call_expressionFunction · 0.45
expectMethod · 0.45
err_recoverMethod · 0.45
error_and_bumpMethod · 0.45

Calls 1

push_eventMethod · 0.80

Tested by

no test coverage detected