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

Method read_text

src/framework/assets/resource_bundle.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100 return *path;
101}
102
103std::vector<ResourceFile> ResourceBundle::files() const {
104 std::vector<ResourceFile> out;
105 out.reserve(files_.size());
106 for (const auto & [id, path] : files_) {

Callers 15

huggingface_tokenFunction · 0.80
load_summaryFunction · 0.80
stdout_text_outputsFunction · 0.80
timing_summaryFunction · 0.80
run_caseFunction · 0.80
resolve_ace_step_caseFunction · 0.80
resolve_vevo2_caseFunction · 0.80
resolve_miocodec_caseFunction · 0.80
resolve_voxcpm2_caseFunction · 0.80
run_whisperFunction · 0.80

Calls 2

read_text_fileFunction · 0.50
require_fileFunction · 0.50

Tested by 2

run_caseFunction · 0.64