Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ isPluginEditorSupported
Function
isPluginEditorSupported
src/pages/plugin/plugin.js:593–598 ·
view source on GitHub ↗
(supportedEditor)
Source
from the content-addressed store, hash-verified
591
}
592
593
function
isPluginEditorSupported(supportedEditor) {
594
return
(
595
!supportedEditor ||
596
[
"all"
, config.SUPPORTED_EDITOR].includes(supportedEditor)
597
);
598
}
Callers
1
PluginInclude
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected