MCPcopy Create free account
hub / github.com/SmartThingsCommunity/smartthings-cli / networkEnvironmentInfo

Function networkEnvironmentInfo

src/lib/live-logging.ts:100–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100export const networkEnvironmentInfo = (): string => inspect(networkInterfaces())
101
102export const scrubAuthInfo = (obj: object): string => {
103 const message = inspect(obj)

Callers 1

requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected