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

Method canMove

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

Source from the content-addressed store, hash-verified

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;}
28 virtual size_t getSizeOf() const override { return dummySize;}

Callers 2

makeMethod · 0.45
addVectorAnnotationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected