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

Method setNoDiscard

src/ast/ast.cpp:1000–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998 }
999
1000 FunctionPtr Function::setNoDiscard() {
1001 nodiscard = true;
1002 return this;
1003 }
1004
1005 FunctionPtr Function::addToModule ( Module & mod, SideEffects seFlags ) {
1006 setSideEffects(seFlags);

Callers 2

Module_FIOMethod · 0.80
addRuntimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected