MCPcopy
hub / github.com/Doorman11991/smallcode / isFeaturesAvailable

Function isFeaturesAvailable

bin/features_adapter.js:376–378  ·  view source on GitHub ↗

* Check if the features module is fully available.

()

Source from the content-addressed store, hash-verified

374 * Check if the features module is fully available.
375 */
376function isFeaturesAvailable() {
377 return _getPrompts() !== null;
378}
379
380module.exports = {
381 repairToolCall,

Callers

nothing calls this directly

Calls 1

_getPromptsFunction · 0.85

Tested by

no test coverage detected