MCPcopy Create free account
hub / github.com/NativeScript/android / end

Function end

test-app/runtime/src/main/cpp/include/v8-context.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 const char** begin() const { return &names_[0]; }
34 const char** end() const { return &names_[name_count_]; }
35
36 private:
37 const int name_count_;

Callers 5

beginMethod · 0.50
hasMethod · 0.50
find_directionFunction · 0.50
is_label_validFunction · 0.50
valid_name_code_pointFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected