Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ permanentArgFn
Class
permanentArgFn
include/daScript/ast/ast_interop.h:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
};
106
107
struct permanentArgFn : defaultTempFn {
108
permanentArgFn() : defaultTempFn(false,false,false,false) {}
109
};
110
111
struct temporaryArgFn : defaultTempFn {
112
temporaryArgFn() : defaultTempFn(true,false,false,false) {}
Callers
1
addRuntime
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected