MCPcopy Create free account
hub / github.com/PerroEngine/Perro / remove

Method remove

perro_source/api_modules/perro_runtime_api/src/sub_apis/script.rs:125–127  ·  view source on GitHub ↗
(&mut self, script_id: NodeID)

Source from the content-addressed store, hash-verified

123 }
124
125 pub fn remove(&mut self, script_id: NodeID) -> bool {
126 self.rt.remove_script(script_id)
127 }
128
129 pub fn set_update_enabled(&mut self, script_id: NodeID, enabled: bool) -> bool {
130 self.rt.script_set_update_enabled(script_id, enabled)

Callers 9

remove_voice_atMethod · 0.45
release_noteMethod · 0.45
newMethod · 0.45
drop_source_assetMethod · 0.45
stop_playbackMethod · 0.45
release_midiMethod · 0.45

Calls 1

remove_scriptMethod · 0.45

Tested by

no test coverage detected