File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tools/idea-plugin/src/main/kotlin/io/github/composegears/valkyrie/util Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ fun KtFile.hasImageVectorProperties(): Boolean {
3434}
3535
3636/* *
37- * Gets or creates a cached gutter icon for an ImageVector property .
38- *
39- * This function uses the PSI caching mechanism to avoid recreating icons repeatedly
40- * for the same property , improving performance.
41- */
37+ * Gets or creates a cached icon for a Kotlin file containing an ImageVector.
38+ *
39+ * Uses the PSI caching mechanism to avoid recreating the icon repeatedly
40+ * for the same file , improving performance.
41+ */
4242fun KtFile.getOrCreateCachedIcon (): Icon ? {
4343 return CachedValuesManager
4444 .getManager(project).getCachedValue(this ) {
You can’t perform that action at this time.
0 commit comments