Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dvanoni/notero
/ Addon
Interface
Addon
types/jsm.d.ts:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
};
13
14
interface
Addon {
15
readonly isActive: boolean;
16
}
17
18
interface
AddonManager {
19
getAddonByID(id: string): Promise<Addon | null>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected