lspeasy / core/src / SERVER_METHODS
Variable: SERVER_METHODS
ts
const SERVER_METHODS: {
all: Set<string>;
alwaysAllowed: Set<string>;
};Defined in: packages/core/src/utils/capability-guard.ts:61
Pre-built method sets indexed by server capability. Used by CapabilityGuard in @lspeasy/client and @lspeasy/server.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
all | Set<string> | packages/core/src/utils/capability-guard.ts:26 |
alwaysAllowed | Set<string> | packages/core/src/utils/capability-guard.ts:27 |