Page MenuHomePhabricator
Paste P6887

after refactor
ActivePublic

Authored by dduvall on Mar 22 2018, 5:03 PM.
Tags
None
Referenced Files
F15965758: after refactor
Mar 22 2018, 5:03 PM
Subscribers
None
// Compile returns the variant name unquoted and all quoted CopyAs instruction
// fields.
//
func (ca CopyAs) Compile() []string {
return append([]string{fmt.Sprintf("%d:%d", ca.UID, ca.GID)}, ca.Instruction.Compile()...)
}

Event Timeline

dduvall changed the title of this paste from untitled to after refactor.
dduvall updated the paste's language from autodetect to autodetect.