MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_view

Method with_view

atomic-cli/src/commands/init.rs:357–360  ·  view source on GitHub ↗

Builder: set the initial view name.

(mut self, view: impl Into<String>)

Source from the content-addressed store, hash-verified

355
356 /// Builder: set the initial view name.
357 pub fn with_view(mut self, view: impl Into<String>) -> Self {
358 self.view = view.into();
359 self
360 }
361
362 /// Builder: set the project kind for .atomicignore template.
363 pub fn with_kind(mut self, kind: impl Into<String>) -> Self {

Calls

no outgoing calls