MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / mtmd_bitmap_get_n_bytes

Function mtmd_bitmap_get_n_bytes

tools/mtmd/mtmd.cpp:1151–1153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149}
1150
1151size_t mtmd_bitmap_get_n_bytes(const mtmd_bitmap * bitmap) {
1152 return bitmap->data.size();
1153}
1154
1155bool mtmd_bitmap_is_audio(const mtmd_bitmap * bitmap) {
1156 return bitmap->is_audio;

Callers 1

n_bytesMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected