MCPcopy
hub / github.com/wavetermdev/waveterm / Sys

Method Sys

tsunami/app/defaultclient.go:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36func (sfi *staticFileInfo) ModTime() time.Time { return sfi.info.ModTime() }
37func (sfi *staticFileInfo) IsDir() bool { return sfi.info.IsDir() }
38func (sfi *staticFileInfo) Sys() any { return sfi.info.Sys() }
39
40func DefineComponent[P any](name string, renderFn func(props P) any) vdom.Component[P] {
41 return engine.DefineComponentEx(engine.GetDefaultClient(), name, renderFn)

Callers 5

ExitSignalMethod · 0.80
ExitCodeFromWaitErrFunction · 0.80
runTsunamiAppBinaryFunction · 0.80
waitForProcessMethod · 0.80
GetCmdExitCodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected