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

Method look

src/builtin/module_builtin_runtime.cpp:445–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 return true;
444 }
445 virtual bool look ( const StructurePtr &, ModuleGroup &,
446 const AnnotationArgumentList &, string & ) override {
447 return true;
448 }
449 };
450
451 struct NoDefaultCtorAnnotation : StructureAnnotation {

Callers 1

preVisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected