MCPcopy
hub / github.com/xpf0000/FlyEnv / log

Function log

src/render/components/CloudflareTunnel/setup.ts:51–55  ·  view source on GitHub ↗
(item: CloudflareTunnel)

Source from the content-addressed store, hash-verified

49 })
50
51 function log(item: CloudflareTunnel) {
52 AsyncComponentShow(LogVM, {
53 item: JSON.parse(JSON.stringify(item))
54 }).then()
55 }
56
57 function del(item: CloudflareTunnel, index: number) {
58 Base._Confirm(I18nT('base.areYouSure'), undefined, {

Callers

nothing calls this directly

Calls 3

AsyncComponentShowFunction · 0.90
thenMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected