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

Method n_bytes

tools/mtmd/mtmd.h:296–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 uint32_t ny() const { return mtmd_bitmap_get_ny(ptr.get()); }
295 const unsigned char * data() const { return mtmd_bitmap_get_data(ptr.get()); }
296 size_t n_bytes() const { return mtmd_bitmap_get_n_bytes(ptr.get()); }
297 std::string id() const { return mtmd_bitmap_get_id(ptr.get()); }
298 void set_id(const char * id) const { mtmd_bitmap_set_id(ptr.get(), id); }
299};

Callers 1

process_mtmd_promptFunction · 0.45

Calls 2

mtmd_bitmap_get_n_bytesFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected