MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / count

Method count

subprojects/llama.cpp/common/jinja/value.h:647–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 value get_pos(size_t pos, value default_val) const;
646 const std::vector<value> & get_args() const;
647 size_t count() const { return args.size(); }
648 void push_back(const value & val);
649 void push_front(const value & val);
650 void ensure_count(size_t min, size_t max = 999) const {

Callers 15

cleanupAllTemplatesMethod · 0.45
buildMethod · 0.45
get_time_nsFunction · 0.45
perplexity_v2Function · 0.45
perplexityFunction · 0.45
kl_divergenceFunction · 0.45
init_routesMethod · 0.45
compute_imatrixFunction · 0.45
get_rng_seedFunction · 0.45

Calls 1

sizeMethod · 0.65

Tested by 4

benchMethod · 0.36
test_barrierFunction · 0.36
show_test_coverageFunction · 0.36