MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / notebookEditMode

Function notebookEditMode

tools/builtin.go:433–438  ·  view source on GitHub ↗
(mode string)

Source from the content-addressed store, hash-verified

431}
432
433func notebookEditMode(mode string) string {
434 if strings.TrimSpace(mode) == "" {
435 return "replace"
436 }
437 return mode
438}
439
440func newOrderedJSONMap() *orderedmap.OrderedMap[string, any] {
441 return orderedmap.New[string, any](orderedmap.WithDisableHTMLEscape[string, any]())

Callers 4

ValidateInputMethod · 0.85
ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected