Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ mtmd_support_vision
Function
mtmd_support_vision
subprojects/llama.cpp/tools/mtmd/mtmd.cpp:886–888 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
884
}
885
886
bool mtmd_support_vision(mtmd_context * ctx) {
887
return ctx->ctx_v != nullptr;
888
}
889
890
bool mtmd_support_audio(mtmd_context * ctx) {
891
return ctx->ctx_a != nullptr;
Callers
2
main
Function · 0.85
init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected