struct Zap::Commands::Install::Protocol::Git

Extended Modules

Defined in:

commands/install/protocol/git/git.cr
commands/install/protocol/git/resolver.cr

Class Method Summary

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.dedupe_clone(key : String, &block : -> Package) : Package #

[View source]
def self.normalize?(str : String, path_info : PathInfo | Nil) : Tuple(String | Nil, String | Nil) | Nil #

[View source]
def self.resolver?(state, name, specifier = "latest", parent = nil, dependency_type = nil, skip_cache = false) : Protocol::Resolver | Nil #

[View source]