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

Method inspect

src/models/roformer/session.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61std::shared_ptr<const engine::model_spec::ModelContract> require_contract(
62 std::shared_ptr<const engine::model_spec::ModelContract> contract) {
63 if (contract == nullptr) {
64 throw std::runtime_error("RoFormer session requires a model contract");
65 }
66 return contract;
67}

Callers

nothing calls this directly

Calls 1

inspect_roformer_modelFunction · 0.85

Tested by

no test coverage detected