MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / getSessionRoleOverride

Function getSessionRoleOverride

src/llm/role-resolver.ts:46–48  ·  view source on GitHub ↗
(role: RoleName)

Source from the content-addressed store, hash-verified

44}
45
46export function getSessionRoleOverride(role: RoleName): SessionOverride | null {
47 return _sessionOverrides.get(role) ?? null;
48}
49
50/**
51 * Resolve a role to a concrete (provider, model). Pure function with respect to its

Callers 2

handleSlashCommandFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected