We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503c28c commit 918e757Copy full SHA for 918e757
src/main/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/SemanticDataRepository.kt
@@ -162,11 +162,6 @@ class SemanticDataRepository private constructor() {
162
}
163
164
165
- /**
166
- * NOTE To Self, I have left this part way. Most data structures need to have a unit file class changed.
167
- * I think the best way is for callers to pass in a type for the file class to index the new JSON array.
168
- */
169
-
170
fun getSectionNamesForFile(fileClass: String): Set<String> {
171
return Collections.unmodifiableSet(fileClassToSectionNameToKeyValuesFromDoc.getOrDefault(fileClass, emptyMap()).keys)
172
0 commit comments