MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / is_array

Method is_array

src/include/minja/minja.hpp:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277 bool is_object() const { return !!object_; }
278 bool is_array() const { return !!array_; }
279 bool is_callable() const { return !!callable_; }
280 bool is_null() const { return !object_ && !array_ && primitive_.is_null() && !callable_; }
281 bool is_boolean() const { return primitive_.is_boolean(); }

Callers 15

normalize_messagesFunction · 0.80
normalize_templateFunction · 0.80
handle_embeddingsMethod · 0.80
update_tool_checksumMethod · 0.80
ValueMethod · 0.80
operator+Method · 0.80
destructuring_assignFunction · 0.80
do_renderMethod · 0.80
do_evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected