MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isConductor

Function isConductor

src/utils/env.ts:111–113  ·  view source on GitHub ↗

* Checks if we're running via Conductor * @returns true if running via Conductor, false otherwise

()

Source from the content-addressed store, hash-verified

109 * @returns true if running via Conductor, false otherwise
110 */
111function isConductor(): boolean {
112 return process.env.__CFBundleIdentifier === 'com.conductor.app'
113}
114
115export const JETBRAINS_IDES = [
116 'pycharm',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected