Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ FieldType
Class
FieldType
source/script_object.h:281–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
};
280
281
struct FieldType : Variant
282
{
283
name_t name;
284
285
FieldType() = delete;
286
~FieldType() { free(name); }
287
};
288
289
enum EnumeratorType
290
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected