functions

package
v0.0.0-...-e600795 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package functions contains implementations of various Bazel (non-rule) functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NotImplemented

func NotImplemented(fnName string) *starlark.Builtin

NotImplemented is used for Bazel functions (including rules) that we haven't implemented (yet).

Note: While some functions are executed at the top-level (for their side effects), some are used for their return values, in which case the None return will cause execution to fail.

func NotImplementedRv

func NotImplementedRv(fnName string, rv starlark.Value) *starlark.Builtin

NotImplementedRv is used for Bazel functions that we haven't implemented (yet), which are required to return a value other than None.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL