func (line *Line) DiscoveryCode(codeSpace string) (Code, bool) {
    ref, ok := line.Referent()
    if ok {
        _, ok := ref.Code(codeSpace)
        if ok {