MCPcopy Create free account
hub / github.com/AryanpurTech/BlueEngine / new

Method new

crates/blue_engine_core/src/objects/mod.rs:105–107  ·  view source on GitHub ↗

Creates a new object storage

()

Source from the content-addressed store, hash-verified

103impl ObjectStorage {
104 /// Creates a new object storage
105 pub fn new() -> Self {
106 ObjectStorage(std::collections::HashMap::new())
107 }
108}
109impl Default for ObjectStorage {
110 fn default() -> Self {

Callers

nothing calls this directly

Calls 6

ObjectStorageClass · 0.85
build_vertex_bufferMethod · 0.80
build_uniform_bufferMethod · 0.80
build_shaderMethod · 0.80
build_textureMethod · 0.80
build_instanceMethod · 0.80

Tested by

no test coverage detected