MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / Action

Method Action

PathCopyCopy/src/Plugin.cpp:124–127  ·  view source on GitHub ↗

Returns the action to perform on the path or paths when using this plugin. By default, this returns an action copying the path or paths to the clipboard. @return Path action instance to use.

Source from the content-addressed store, hash-verified

122 // @return Path action instance to use.
123 //
124 PathActionSP Plugin::Action() const
125 {
126 return std::make_shared<PCC::Actions::CopyToClipboardPathAction>();
127 }
128
129 //
130 // Checks if this plugin is a separator.

Callers 1

ActOnFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected