MCPcopy Create free account
hub / github.com/esengine/esengine / contains

Method contains

packages/engine-shared/src/types/handle.rs:317–319  ·  view source on GitHub ↗

检查句柄是否有效 Check if handle is valid.

(&self, handle: Handle<M>)

Source from the content-addressed store, hash-verified

315 ///
316 /// Check if handle is valid.
317 pub fn contains<M>(&self, handle: Handle<M>) -> bool {
318 self.get(handle).is_some()
319 }
320
321 /// 获取当前资源数量
322 ///

Callers 15

handleClickOutsideMethod · 0.45
handleClickOutsideFunction · 0.45
handleClickOutsideFunction · 0.45
handleClickOutsideFunction · 0.45
handleClickOutsideFunction · 0.45
handleClickOutsideFunction · 0.45
handleClickOutsideFunction · 0.45
handleClickOutsideFunction · 0.45
handleKeyDownFunction · 0.45
handleClickOutsideFunction · 0.45
FileTree.tsxFile · 0.45
handleClickOutsideFunction · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected