MCPcopy Create free account
hub / github.com/bab2min/tomotopy / begin

Method begin

src/python/handler/py_utils.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 auto begin() const -> decltype(raw.words.begin())
117 {
118 return raw.words.begin();
119 }
120
121 auto end() const -> decltype(raw.words.end())
122 {

Callers 4

extractNgramsMethod · 0.45
concatNgramsMethod · 0.45
PhraserObjectMethod · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected