Scope retrieves the scope associated with the given name. Returns the scope and a boolean indicating its existence.
(name string)
| 40 | // Scope retrieves the scope associated with the given name. |
| 41 | // Returns the scope and a boolean indicating its existence. |
| 42 | Scope(name string) (Scope, bool) |
| 43 | } |
no outgoing calls