MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / fixed_capacity

Method fixed_capacity

src/framework/runtime/session.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int64_t MappedGraphCapacityAdapter::fixed_capacity() const {
35 return fixed_capacity_;
36}
37
38int64_t MappedGraphCapacityAdapter::canonical_capacity_for_request(int64_t request_size) const {
39 return canonical_capacity_fn_(request_size);

Callers 2

ensure_preparedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected