MCPcopy Index your code
hub / github.com/github/copilot-sdk / InstructionLocation

Class InstructionLocation

python/copilot/generated/rpc.py:2190–2198  ·  view source on GitHub ↗

Which tier this target belongs to Where this source lives — used for UI grouping

Source from the content-addressed store, hash-verified

2188
2189# Experimental: this type is part of an experimental API and may change or be removed.
2190class InstructionLocation(Enum):
2191 """Which tier this target belongs to
2192
2193 Where this source lives — used for UI grouping
2194 """
2195 PLUGIN = "plugin"
2196 REPOSITORY = "repository"
2197 USER = "user"
2198 WORKING_DIRECTORY = "working-directory"
2199
2200# Experimental: this type is part of an experimental API and may change or be removed.
2201class InstructionSourceType(Enum):

Callers 3

from_dictMethod · 0.85
from_dictMethod · 0.85
from_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…