MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / Write

Method Write

cli/pkg/k8s/k8sUtil.go:410–414  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

408}
409
410func (w *ProxyWriter) Write(p []byte) (int, error) {
411 // ... do something with bytes first
412 fmt.Fprintf(w.file, "%s", string(p))
413 return len(p), nil
414}
415
416func (k *KubernetesUtil) ExecKubectlCommandRealtime(command string, dirctory string, isLoop bool) error {
417 var execCommand *exec.Cmd

Callers 2

createHashFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected