MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / begin

Method begin

examples/server/json.hpp:5255–5258  ·  view source on GitHub ↗

return iterator begin (needed for range-based for)

Source from the content-addressed store, hash-verified

5253
5254 /// return iterator begin (needed for range-based for)
5255 iteration_proxy_value<IteratorType> begin() const noexcept
5256 {
5257 return iteration_proxy_value<IteratorType>(container->begin());
5258 }
5259
5260 /// return iterator end (needed for range-based for)
5261 iteration_proxy_value<IteratorType> end() const noexcept

Callers 15

tokenizeMethod · 0.45
tokenizer_st_partitionFunction · 0.45
llama_grammar_acceptFunction · 0.45
llama_sample_tail_freeFunction · 0.45
llama_sample_typicalFunction · 0.45
llama_sample_tokenFunction · 0.45
shift_tokensMethod · 0.45
top_kMethod · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36