MCPcopy Create free account
hub / github.com/Xiaobin-Rong/gtcrn / is_initialized

Method is_initialized

ladspa/src/plugin.rs:131–133  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

129
130 #[inline]
131 fn is_initialized(&self) -> bool {
132 self.initialized.load(Ordering::Acquire)
133 }
134
135 #[inline]
136 fn set_initialized(&self) {

Callers 2

worker_threadFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected