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

Method Module_FIO

src/builtin/module_builtin_fio.cpp:225–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 class Module_FIO : public Module {
224 public:
225 Module_FIO() : Module("fio_core") {
226 }
227 virtual ModuleAotType aotRequire ( TextWriter & tw ) const override {
228 return ModuleAotType::cpp;
229 }

Callers

nothing calls this directly

Calls 4

addBuiltInModuleMethod · 0.80
setNoDiscardMethod · 0.80
argsMethod · 0.45
argMethod · 0.45

Tested by

no test coverage detected