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

Class AutocompleteInfo

Source/CodeEntry.h:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 };
137
138 struct AutocompleteInfo
139 {
140 bool valid{ false };
141 std::string autocompleteFull;
142 std::string autocompleteRest;
143 };
144
145 ICodeEntryListener* mListener;
146 float mWidth{ 200 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected