MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / editor

Method editor

src/context/tsk_env.rs:98–100  ·  view source on GitHub ↗

Gets the editor command

(&self)

Source from the content-addressed store, hash-verified

96
97 /// Gets the editor command
98 pub fn editor(&self) -> &str {
99 &self.editor
100 }
101
102 /// Gets the terminal type if set
103 pub fn terminal_type(&self) -> Option<&str> {

Callers 2

open_editorMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected