MCPcopy Create free account
hub / github.com/aspizu/goboscript / get_enum

Method get_enum

src/codegen/sb3.rs:109–114  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

107 }
108
109 pub fn get_enum(&self, name: &str) -> Option<&Enum> {
110 self.sprite
111 .enums
112 .get(name)
113 .or_else(|| self.stage.and_then(|stage| stage.enums.get(name)))
114 }
115
116 fn qualify_field<T>(
117 &self,

Callers 2

_inputMethod · 0.80
expr_dotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected