MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / canCopy

Method canCopy

include/daScript/ast/ast_handle.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 virtual bool isRefType() const override { return true; }
23 virtual bool isLocal() const override { return false; }
24 virtual bool canCopy() const override { return false; }
25 virtual bool canMove() const override { return false; }
26 virtual bool canClone() const override { return false; }
27 virtual size_t getAlignOf() const override { return dummyAlignment;}

Callers 2

makeMethod · 0.45
addVectorAnnotationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected