MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / AutocompleteSignatureInfo

Class AutocompleteSignatureInfo

Source/CodeEntry.h:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 };
129
130 struct AutocompleteSignatureInfo
131 {
132 bool valid{ false };
133 int entryIndex{ 0 };
134 std::vector<std::string> params;
135 int caretPos{ 0 };
136 };
137
138 struct AutocompleteInfo
139 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected