MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / eq

Method eq

aiscript-vm/src/value.rs:39–41  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

37
38impl PartialEq for Value<'_> {
39 fn eq(&self, other: &Self) -> bool {
40 self.equals(other)
41 }
42}
43
44impl Display for Value<'_> {

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected