MCPcopy
hub / github.com/nilbuild/driver.js / setCurrentDriver

Function setCurrentDriver

src/config.ts:89–91  ·  view source on GitHub ↗
(driver: Driver)

Source from the content-addressed store, hash-verified

87}
88
89export function setCurrentDriver(driver: Driver) {
90 currentDriver = driver;
91}
92
93export function getCurrentDriver() {
94 return currentDriver;

Callers 1

driverFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…