MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / FieldType

Method FieldType

source/script_object.h:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 name_t name;
284
285 FieldType() = delete;
286 ~FieldType() { free(name); }
287 };
288

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected