MCPcopy Create free account
hub / github.com/covscript/covscript / is_member_fn

Method is_member_fn

include/covscript/core/core.hpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 bool is_member_fn() const
251 {
252 return mType == types::member_fn;
253 }
254
255 types type() const
256 {

Callers 2

runtime.cppFile · 0.80
parse_dotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected