struct Zap::Commands::Install::Protocol::Workspace
Extended Modules
- Zap::Commands::Install::Protocol::Base::ClassMethods
Defined in:
commands/install/protocol/workspace/resolver.crcommands/install/protocol/workspace/workspace.cr
Class Method Summary
- .normalize?(str : String, path_info : PathInfo | Nil) : Tuple(String | Nil, String | Nil) | Nil
- .resolver?(state, name, specifier = "latest", parent = nil, dependency_type = nil, skip_cache = false) : Protocol::Resolver | Nil
Instance methods inherited from struct Zap::Commands::Install::Protocol::Base
initialize
initialize
Constructor methods inherited from struct Zap::Commands::Install::Protocol::Base
new
new
Instance methods inherited from class Object
or(other : T) : T | self forall T
or,
pipe(&)
pipe
Class Method Detail
def self.normalize?(str : String, path_info : PathInfo | Nil) : Tuple(String | Nil, String | Nil) | Nil
#
def self.resolver?(state, name, specifier = "latest", parent = nil, dependency_type = nil, skip_cache = false) : Protocol::Resolver | Nil
#