const golang.org/x/tools/internal/stdlib.Func
2257 uses
golang.org/x/tools/internal/stdlib (current package)
manifest.go#L33: {"FileInfoHeader", Func, 1, "func(fi fs.FileInfo, link string) (*Header, error)"},
manifest.go#L58: {"NewReader", Func, 0, "func(r io.Reader) *Reader"},
manifest.go#L59: {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
manifest.go#L133: {"FileInfoHeader", Func, 0, "func(fi fs.FileInfo) (*FileHeader, error)"},
manifest.go#L134: {"NewReader", Func, 0, "func(r io.ReaderAt, size int64) (*Reader, error)"},
manifest.go#L135: {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
manifest.go#L136: {"OpenReader", Func, 0, "func(name string) (*ReadCloser, error)"},
manifest.go#L142: {"RegisterCompressor", Func, 2, "func(method uint16, comp Compressor)"},
manifest.go#L143: {"RegisterDecompressor", Func, 2, "func(method uint16, dcomp Decompressor)"},
manifest.go#L210: {"NewReadWriter", Func, 0, "func(r *Reader, w *Writer) *ReadWriter"},
manifest.go#L211: {"NewReader", Func, 0, "func(rd io.Reader) *Reader"},
manifest.go#L212: {"NewReaderSize", Func, 0, "func(rd io.Reader, size int) *Reader"},
manifest.go#L213: {"NewScanner", Func, 1, "func(r io.Reader) *Scanner"},
manifest.go#L214: {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
manifest.go#L215: {"NewWriterSize", Func, 0, "func(w io.Writer, size int) *Writer"},
manifest.go#L220: {"ScanBytes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
manifest.go#L221: {"ScanLines", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
manifest.go#L222: {"ScanRunes", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
manifest.go#L223: {"ScanWords", Func, 1, "func(data []byte, atEOF bool) (advance int, token []byte, err error)"},
manifest.go#L265: {"Clone", Func, 20, "func(b []byte) []byte"},
manifest.go#L266: {"Compare", Func, 0, "func(a []byte, b []byte) int"},
manifest.go#L267: {"Contains", Func, 0, "func(b []byte, subslice []byte) bool"},
manifest.go#L268: {"ContainsAny", Func, 7, "func(b []byte, chars string) bool"},
manifest.go#L269: {"ContainsFunc", Func, 21, "func(b []byte, f func(rune) bool) bool"},
manifest.go#L270: {"ContainsRune", Func, 7, "func(b []byte, r rune) bool"},
manifest.go#L271: {"Count", Func, 0, "func(s []byte, sep []byte) int"},
manifest.go#L272: {"Cut", Func, 18, "func(s []byte, sep []byte) (before []byte, after []byte, found bool)"},
manifest.go#L273: {"CutLast", Func, 27, "func(s []byte, sep []byte) (before []byte, after []byte, found bool)"},
manifest.go#L274: {"CutPrefix", Func, 20, "func(s []byte, prefix []byte) (after []byte, found bool)"},
manifest.go#L275: {"CutSuffix", Func, 20, "func(s []byte, suffix []byte) (before []byte, found bool)"},
manifest.go#L276: {"Equal", Func, 0, "func(a []byte, b []byte) bool"},
manifest.go#L277: {"EqualFold", Func, 0, "func(s []byte, t []byte) bool"},
manifest.go#L279: {"Fields", Func, 0, "func(s []byte) [][]byte"},
manifest.go#L280: {"FieldsFunc", Func, 0, "func(s []byte, f func(rune) bool) [][]byte"},
manifest.go#L281: {"FieldsFuncSeq", Func, 24, "func(s []byte, f func(rune) bool) iter.Seq[[]byte]"},
manifest.go#L282: {"FieldsSeq", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
manifest.go#L283: {"HasPrefix", Func, 0, "func(s []byte, prefix []byte) bool"},
manifest.go#L284: {"HasSuffix", Func, 0, "func(s []byte, suffix []byte) bool"},
manifest.go#L285: {"Index", Func, 0, "func(s []byte, sep []byte) int"},
manifest.go#L286: {"IndexAny", Func, 0, "func(s []byte, chars string) int"},
manifest.go#L287: {"IndexByte", Func, 0, "func(b []byte, c byte) int"},
manifest.go#L288: {"IndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
manifest.go#L289: {"IndexRune", Func, 0, "func(s []byte, r rune) int"},
manifest.go#L290: {"Join", Func, 0, "func(s [][]byte, sep []byte) []byte"},
manifest.go#L291: {"LastIndex", Func, 0, "func(s []byte, sep []byte) int"},
manifest.go#L292: {"LastIndexAny", Func, 0, "func(s []byte, chars string) int"},
manifest.go#L293: {"LastIndexByte", Func, 5, "func(s []byte, c byte) int"},
manifest.go#L294: {"LastIndexFunc", Func, 0, "func(s []byte, f func(r rune) bool) int"},
manifest.go#L295: {"Lines", Func, 24, "func(s []byte) iter.Seq[[]byte]"},
manifest.go#L296: {"Map", Func, 0, "func(mapping func(r rune) rune, s []byte) []byte"},
manifest.go#L298: {"NewBuffer", Func, 0, "func(buf []byte) *Buffer"},
manifest.go#L299: {"NewBufferString", Func, 0, "func(s string) *Buffer"},
manifest.go#L300: {"NewReader", Func, 0, "func(b []byte) *Reader"},
manifest.go#L302: {"Repeat", Func, 0, "func(b []byte, count int) []byte"},
manifest.go#L303: {"Replace", Func, 0, "func(s []byte, old []byte, new []byte, n int) []byte"},
manifest.go#L304: {"ReplaceAll", Func, 12, "func(s []byte, old []byte, new []byte) []byte"},
manifest.go#L305: {"Runes", Func, 0, "func(s []byte) []rune"},
manifest.go#L306: {"Split", Func, 0, "func(s []byte, sep []byte) [][]byte"},
manifest.go#L307: {"SplitAfter", Func, 0, "func(s []byte, sep []byte) [][]byte"},
manifest.go#L308: {"SplitAfterN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
manifest.go#L309: {"SplitAfterSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
manifest.go#L310: {"SplitN", Func, 0, "func(s []byte, sep []byte, n int) [][]byte"},
manifest.go#L311: {"SplitSeq", Func, 24, "func(s []byte, sep []byte) iter.Seq[[]byte]"},
manifest.go#L312: {"Title", Func, 0, "func(s []byte) []byte"},
manifest.go#L313: {"ToLower", Func, 0, "func(s []byte) []byte"},
manifest.go#L314: {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
manifest.go#L315: {"ToTitle", Func, 0, "func(s []byte) []byte"},
manifest.go#L316: {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
manifest.go#L317: {"ToUpper", Func, 0, "func(s []byte) []byte"},
manifest.go#L318: {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s []byte) []byte"},
manifest.go#L319: {"ToValidUTF8", Func, 13, "func(s []byte, replacement []byte) []byte"},
manifest.go#L320: {"Trim", Func, 0, "func(s []byte, cutset string) []byte"},
manifest.go#L321: {"TrimFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
manifest.go#L322: {"TrimLeft", Func, 0, "func(s []byte, cutset string) []byte"},
manifest.go#L323: {"TrimLeftFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
manifest.go#L324: {"TrimPrefix", Func, 1, "func(s []byte, prefix []byte) []byte"},
manifest.go#L325: {"TrimRight", Func, 0, "func(s []byte, cutset string) []byte"},
manifest.go#L326: {"TrimRightFunc", Func, 0, "func(s []byte, f func(r rune) bool) []byte"},
manifest.go#L327: {"TrimSpace", Func, 0, "func(s []byte) []byte"},
manifest.go#L328: {"TrimSuffix", Func, 1, "func(s []byte, suffix []byte) []byte"},
manifest.go#L331: {"Compare", Func, 21, "func[T Ordered](x T, y T) int"},
manifest.go#L332: {"Less", Func, 21, "func[T Ordered](x T, y T) bool"},
manifest.go#L333: {"Or", Func, 22, "func[T comparable](vals ...T) T"},
manifest.go#L338: {"NewReader", Func, 0, "func(r io.Reader) io.Reader"},
manifest.go#L359: {"NewReader", Func, 0, "func(r io.Reader) io.ReadCloser"},
manifest.go#L360: {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) io.ReadCloser"},
manifest.go#L361: {"NewWriter", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
manifest.go#L362: {"NewWriterDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
manifest.go#L395: {"NewReader", Func, 0, "func(r io.Reader) (*Reader, error)"},
manifest.go#L396: {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
manifest.go#L397: {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
manifest.go#L413: {"NewReader", Func, 0, "func(r io.Reader, order Order, litWidth int) io.ReadCloser"},
manifest.go#L414: {"NewWriter", Func, 0, "func(w io.Writer, order Order, litWidth int) io.WriteCloser"},
manifest.go#L432: {"NewReader", Func, 0, "func(r io.Reader) (io.ReadCloser, error)"},
manifest.go#L433: {"NewReaderDict", Func, 0, "func(r io.Reader, dict []byte) (io.ReadCloser, error)"},
manifest.go#L434: {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
manifest.go#L435: {"NewWriterLevel", Func, 0, "func(w io.Writer, level int) (*Writer, error)"},
manifest.go#L436: {"NewWriterLevelDict", Func, 0, "func(w io.Writer, level int, dict []byte) (*Writer, error)"},
manifest.go#L447: {"Fix", Func, 2, "func(h Interface, i int)"},
manifest.go#L448: {"Init", Func, 0, "func(h Interface)"},
manifest.go#L450: {"Pop", Func, 0, "func(h Interface) any"},
manifest.go#L451: {"Push", Func, 0, "func(h Interface, x any)"},
manifest.go#L452: {"Remove", Func, 0, "func(h Interface, i int) any"},
manifest.go#L475: {"New", Func, 0, "func() *List"},
manifest.go#L485: {"New", Func, 0, "func(n int) *Ring"},
manifest.go#L494: {"AfterFunc", Func, 21, "func(ctx Context, f func()) (stop func() bool)"},
manifest.go#L495: {"Background", Func, 7, "func() Context"},
manifest.go#L499: {"Cause", Func, 20, "func(c Context) error"},
manifest.go#L502: {"TODO", Func, 7, "func() Context"},
manifest.go#L503: {"WithCancel", Func, 7, "func(parent Context) (ctx Context, cancel CancelFunc)"},
manifest.go#L504: {"WithCancelCause", Func, 20, "func(parent Context) (ctx Context, cancel CancelCauseFunc)"},
manifest.go#L505: {"WithDeadline", Func, 7, "func(parent Context, d time.Time) (Context, CancelFunc)"},
manifest.go#L506: {"WithDeadlineCause", Func, 21, "func(parent Context, d time.Time, cause error) (Context, CancelFunc)"},
manifest.go#L507: {"WithTimeout", Func, 7, "func(parent Context, timeout time.Duration) (Context, CancelFunc)"},
manifest.go#L508: {"WithTimeoutCause", Func, 21, "func(parent Context, timeout time.Duration, cause error) (Context, CancelFunc)"},
manifest.go#L509: {"WithValue", Func, 7, "func(parent Context, key any, val any) Context"},
manifest.go#L510: {"WithoutCancel", Func, 21, "func(parent Context) Context"},
manifest.go#L547: {"RegisterHash", Func, 0, "func(h Hash, f func() hash.Hash)"},
manifest.go#L559: {"SignMessage", Func, 25, "func(signer Signer, rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error)"},
manifest.go#L567: {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
manifest.go#L586: {"NewCBCDecrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
manifest.go#L587: {"NewCBCEncrypter", Func, 0, "func(b Block, iv []byte) BlockMode"},
manifest.go#L588: {"NewCFBDecrypter", Func, 0, "func(block Block, iv []byte) Stream"},
manifest.go#L589: {"NewCFBEncrypter", Func, 0, "func(block Block, iv []byte) Stream"},
manifest.go#L590: {"NewCTR", Func, 0, "func(block Block, iv []byte) Stream"},
manifest.go#L591: {"NewGCM", Func, 2, "func(cipher Block) (AEAD, error)"},
manifest.go#L592: {"NewGCMWithNonceSize", Func, 5, "func(cipher Block, size int) (AEAD, error)"},
manifest.go#L593: {"NewGCMWithRandomNonce", Func, 24, "func(cipher Block) (AEAD, error)"},
manifest.go#L594: {"NewGCMWithTagSize", Func, 11, "func(cipher Block, tagSize int) (AEAD, error)"},
manifest.go#L595: {"NewOFB", Func, 0, "func(b Block, iv []byte) Stream"},
manifest.go#L609: {"NewCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
manifest.go#L610: {"NewTripleDESCipher", Func, 0, "func(key []byte) (cipher.Block, error)"},
manifest.go#L614: {"GenerateKey", Func, 0, "func(priv *PrivateKey, rand io.Reader) error"},
manifest.go#L615: {"GenerateParameters", Func, 0, "func(params *Parameters, rand io.Reader, sizes ParameterSizes) error"},
manifest.go#L631: {"Sign", Func, 0, "func(random io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
manifest.go#L632: {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
manifest.go#L651: {"P256", Func, 20, "func() Curve"},
manifest.go#L652: {"P384", Func, 20, "func() Curve"},
manifest.go#L653: {"P521", Func, 20, "func() Curve"},
manifest.go#L656: {"X25519", Func, 20, "func() Curve"},
manifest.go#L679: {"GenerateKey", Func, 0, "func(c elliptic.Curve, r io.Reader) (*PrivateKey, error)"},
manifest.go#L680: {"ParseRawPrivateKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PrivateKey, error)"},
manifest.go#L681: {"ParseUncompressedPublicKey", Func, 25, "func(curve elliptic.Curve, data []byte) (*PublicKey, error)"},
manifest.go#L689: {"Sign", Func, 0, "func(rand io.Reader, priv *PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"},
manifest.go#L690: {"SignASN1", Func, 15, "func(r io.Reader, priv *PrivateKey, hash []byte) ([]byte, error)"},
manifest.go#L691: {"Verify", Func, 0, "func(pub *PublicKey, hash []byte, r *big.Int, s *big.Int) bool"},
manifest.go#L692: {"VerifyASN1", Func, 15, "func(pub *PublicKey, hash []byte, sig []byte) bool"},
manifest.go#L701: {"GenerateKey", Func, 13, "func(random io.Reader) (PublicKey, PrivateKey, error)"},
manifest.go#L702: {"NewKeyFromSeed", Func, 13, "func(seed []byte) PrivateKey"},
manifest.go#L711: {"Sign", Func, 13, "func(privateKey PrivateKey, message []byte) []byte"},
manifest.go#L713: {"Verify", Func, 13, "func(publicKey PublicKey, message []byte, sig []byte) bool"},
manifest.go#L714: {"VerifyWithOptions", Func, 20, "func(publicKey PublicKey, message []byte, sig []byte, opts *Options) error"},
manifest.go#L738: {"GenerateKey", Func, 0, "func(curve Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"},
manifest.go#L739: {"Marshal", Func, 0, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
manifest.go#L740: {"MarshalCompressed", Func, 15, "func(curve Curve, x *big.Int, y *big.Int) []byte"},
manifest.go#L741: {"P224", Func, 0, "func() Curve"},
manifest.go#L742: {"P256", Func, 0, "func() Curve"},
manifest.go#L743: {"P384", Func, 0, "func() Curve"},
manifest.go#L744: {"P521", Func, 0, "func() Curve"},
manifest.go#L745: {"Unmarshal", Func, 0, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
manifest.go#L746: {"UnmarshalCompressed", Func, 15, "func(curve Curve, data []byte) (x *big.Int, y *big.Int)"},
manifest.go#L749: {"Enabled", Func, 24, "func() bool"},
manifest.go#L750: {"Enforced", Func, 26, "func() bool"},
manifest.go#L751: {"Version", Func, 26, "func() string"},
manifest.go#L752: {"WithoutEnforcement", Func, 26, "func(f func())"},
manifest.go#L755: {"Expand", Func, 24, "func[H hash.Hash](h func() H, pseudorandomKey []byte, info string, keyLength int) ([]byte, error)"},
manifest.go#L756: {"Extract", Func, 24, "func[H hash.Hash](h func() H, secret []byte, salt []byte) ([]byte, error)"},
manifest.go#L757: {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, secret []byte, salt []byte, info string, keyLength int) ([]byte, error)"},
manifest.go#L760: {"Equal", Func, 1, "func(mac1 []byte, mac2 []byte) bool"},
manifest.go#L761: {"New", Func, 0, "func(h func() hash.Hash, key []byte) hash.Hash"},
manifest.go#L780: {"AES128GCM", Func, 26, "func() AEAD"},
manifest.go#L781: {"AES256GCM", Func, 26, "func() AEAD"},
manifest.go#L782: {"ChaCha20Poly1305", Func, 26, "func() AEAD"},
manifest.go#L783: {"DHKEM", Func, 26, "func(curve ecdh.Curve) KEM"},
manifest.go#L784: {"ExportOnly", Func, 26, "func() AEAD"},
manifest.go#L785: {"HKDFSHA256", Func, 26, "func() KDF"},
manifest.go#L786: {"HKDFSHA384", Func, 26, "func() KDF"},
manifest.go#L787: {"HKDFSHA512", Func, 26, "func() KDF"},
manifest.go#L788: {"MLKEM1024", Func, 26, "func() KEM"},
manifest.go#L789: {"MLKEM1024P384", Func, 26, "func() KEM"},
manifest.go#L790: {"MLKEM768", Func, 26, "func() KEM"},
manifest.go#L791: {"MLKEM768P256", Func, 26, "func() KEM"},
manifest.go#L792: {"MLKEM768X25519", Func, 26, "func() KEM"},
manifest.go#L793: {"NewAEAD", Func, 26, "func(id uint16) (AEAD, error)"},
manifest.go#L794: {"NewDHKEMPrivateKey", Func, 26, "func(priv ecdh.KeyExchanger) (PrivateKey, error)"},
manifest.go#L795: {"NewDHKEMPublicKey", Func, 26, "func(pub *ecdh.PublicKey) (PublicKey, error)"},
manifest.go#L796: {"NewHybridPrivateKey", Func, 26, "func(pq crypto.Decapsulator, t ecdh.KeyExchanger) (PrivateKey, error)"},
manifest.go#L797: {"NewHybridPublicKey", Func, 26, "func(pq crypto.Encapsulator, t *ecdh.PublicKey) (PublicKey, error)"},
manifest.go#L798: {"NewKDF", Func, 26, "func(id uint16) (KDF, error)"},
manifest.go#L799: {"NewKEM", Func, 26, "func(id uint16) (KEM, error)"},
manifest.go#L800: {"NewMLKEMPrivateKey", Func, 26, "func(priv crypto.Decapsulator) (PrivateKey, error)"},
manifest.go#L801: {"NewMLKEMPublicKey", Func, 26, "func(pub crypto.Encapsulator) (PublicKey, error)"},
manifest.go#L802: {"NewRecipient", Func, 26, "func(enc []byte, k PrivateKey, kdf KDF, aead AEAD, info []byte) (*Recipient, error)"},
manifest.go#L803: {"NewSender", Func, 26, "func(pk PublicKey, kdf KDF, aead AEAD, info []byte) (enc []byte, s *Sender, err error)"},
manifest.go#L804: {"Open", Func, 26, "func(k PrivateKey, kdf KDF, aead AEAD, info []byte, ciphertext []byte) ([]byte, error)"},
manifest.go#L806: {"SHAKE128", Func, 26, "func() KDF"},
manifest.go#L807: {"SHAKE256", Func, 26, "func() KDF"},
manifest.go#L808: {"Seal", Func, 26, "func(pk PublicKey, kdf KDF, aead AEAD, info []byte, plaintext []byte) ([]byte, error)"},
manifest.go#L813: {"New", Func, 0, "func() hash.Hash"},
manifest.go#L815: {"Sum", Func, 2, "func(data []byte) [16]byte"},
manifest.go#L831: {"GenerateKey", Func, 27, "func(params Parameters) (*PrivateKey, error)"},
manifest.go#L832: {"MLDSA44", Func, 27, "func() Parameters"},
manifest.go#L835: {"MLDSA65", Func, 27, "func() Parameters"},
manifest.go#L838: {"MLDSA87", Func, 27, "func() Parameters"},
manifest.go#L841: {"NewPrivateKey", Func, 27, "func(params Parameters, seed []byte) (*PrivateKey, error)"},
manifest.go#L842: {"NewPublicKey", Func, 27, "func(params Parameters, encoding []byte) (*PublicKey, error)"},
manifest.go#L849: {"Verify", Func, 27, "func(pk *PublicKey, message []byte, signature []byte, opts *Options) error"},
manifest.go#L872: {"GenerateKey1024", Func, 24, "func() (*DecapsulationKey1024, error)"},
manifest.go#L873: {"GenerateKey768", Func, 24, "func() (*DecapsulationKey768, error)"},
manifest.go#L874: {"NewDecapsulationKey1024", Func, 24, "func(seed []byte) (*DecapsulationKey1024, error)"},
manifest.go#L875: {"NewDecapsulationKey768", Func, 24, "func(seed []byte) (*DecapsulationKey768, error)"},
manifest.go#L876: {"NewEncapsulationKey1024", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey1024, error)"},
manifest.go#L877: {"NewEncapsulationKey768", Func, 24, "func(encapsulationKey []byte) (*EncapsulationKey768, error)"},
manifest.go#L882: {"Encapsulate1024", Func, 26, "func(ek *mlkem.EncapsulationKey1024, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
manifest.go#L883: {"Encapsulate768", Func, 26, "func(ek *mlkem.EncapsulationKey768, random []byte) (sharedKey []byte, ciphertext []byte, err error)"},
manifest.go#L886: {"Key", Func, 24, "func[Hash hash.Hash](h func() Hash, password string, salt []byte, iter int, keyLength int) ([]byte, error)"},
manifest.go#L889: {"Int", Func, 0, "func(rand io.Reader, max *big.Int) (n *big.Int, err error)"},
manifest.go#L890: {"Prime", Func, 0, "func(r io.Reader, bits int) (*big.Int, error)"},
manifest.go#L891: {"Read", Func, 0, "func(b []byte) (n int, err error)"},
manifest.go#L893: {"Text", Func, 24, "func() string"},
manifest.go#L901: {"NewCipher", Func, 0, "func(key []byte) (*Cipher, error)"},
manifest.go#L918: {"DecryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, priv *PrivateKey, ciphertext []byte, label []byte) ([]byte, error)"},
manifest.go#L919: {"DecryptPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte) ([]byte, error)"},
manifest.go#L920: {"DecryptPKCS1v15SessionKey", Func, 0, "func(random io.Reader, priv *PrivateKey, ciphertext []byte, key []byte) error"},
manifest.go#L921: {"EncryptOAEP", Func, 0, "func(hash hash.Hash, random io.Reader, pub *PublicKey, msg []byte, label []byte) ([]byte, error)"},
manifest.go#L922: {"EncryptOAEPWithOptions", Func, 26, "func(random io.Reader, pub *PublicKey, msg []byte, opts *OAEPOptions) ([]byte, error)"},
manifest.go#L923: {"EncryptPKCS1v15", Func, 0, "func(random io.Reader, pub *PublicKey, msg []byte) ([]byte, error)"},
manifest.go#L927: {"GenerateKey", Func, 0, "func(random io.Reader, bits int) (*PrivateKey, error)"},
manifest.go#L928: {"GenerateMultiPrimeKey", Func, 0, "func(random io.Reader, nprimes int, bits int) (*PrivateKey, error)"},
manifest.go#L953: {"SignPKCS1v15", Func, 0, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, hashed []byte) ([]byte, error)"},
manifest.go#L954: {"SignPSS", Func, 2, "func(random io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error)"},
manifest.go#L955: {"VerifyPKCS1v15", Func, 0, "func(pub *PublicKey, hash crypto.Hash, hashed []byte, sig []byte) error"},
manifest.go#L956: {"VerifyPSS", Func, 2, "func(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error"},
manifest.go#L960: {"New", Func, 0, "func() hash.Hash"},
manifest.go#L962: {"Sum", Func, 2, "func(data []byte) [20]byte"},
manifest.go#L966: {"New", Func, 0, "func() hash.Hash"},
manifest.go#L967: {"New224", Func, 0, "func() hash.Hash"},
manifest.go#L970: {"Sum224", Func, 2, "func(data []byte) [28]byte"},
manifest.go#L971: {"Sum256", Func, 2, "func(data []byte) [32]byte"},
manifest.go#L990: {"New224", Func, 24, "func() *SHA3"},
manifest.go#L991: {"New256", Func, 24, "func() *SHA3"},
manifest.go#L992: {"New384", Func, 24, "func() *SHA3"},
manifest.go#L993: {"New512", Func, 24, "func() *SHA3"},
manifest.go#L994: {"NewCSHAKE128", Func, 24, "func(N []byte, S []byte) *SHAKE"},
manifest.go#L995: {"NewCSHAKE256", Func, 24, "func(N []byte, S []byte) *SHAKE"},
manifest.go#L996: {"NewSHAKE128", Func, 24, "func() *SHAKE"},
manifest.go#L997: {"NewSHAKE256", Func, 24, "func() *SHAKE"},
manifest.go#L1000: {"Sum224", Func, 24, "func(data []byte) [28]byte"},
manifest.go#L1001: {"Sum256", Func, 24, "func(data []byte) [32]byte"},
manifest.go#L1002: {"Sum384", Func, 24, "func(data []byte) [48]byte"},
manifest.go#L1003: {"Sum512", Func, 24, "func(data []byte) [64]byte"},
manifest.go#L1004: {"SumSHAKE128", Func, 24, "func(data []byte, length int) []byte"},
manifest.go#L1005: {"SumSHAKE256", Func, 24, "func(data []byte, length int) []byte"},
manifest.go#L1009: {"New", Func, 0, "func() hash.Hash"},
manifest.go#L1010: {"New384", Func, 0, "func() hash.Hash"},
manifest.go#L1011: {"New512_224", Func, 5, "func() hash.Hash"},
manifest.go#L1012: {"New512_256", Func, 5, "func() hash.Hash"},
manifest.go#L1017: {"Sum384", Func, 2, "func(data []byte) [48]byte"},
manifest.go#L1018: {"Sum512", Func, 2, "func(data []byte) [64]byte"},
manifest.go#L1019: {"Sum512_224", Func, 5, "func(data []byte) [28]byte"},
manifest.go#L1020: {"Sum512_256", Func, 5, "func(data []byte) [32]byte"},
manifest.go#L1023: {"ConstantTimeByteEq", Func, 0, "func(x uint8, y uint8) int"},
manifest.go#L1024: {"ConstantTimeCompare", Func, 0, "func(x []byte, y []byte) int"},
manifest.go#L1025: {"ConstantTimeCopy", Func, 0, "func(v int, x []byte, y []byte)"},
manifest.go#L1026: {"ConstantTimeEq", Func, 0, "func(x int32, y int32) int"},
manifest.go#L1027: {"ConstantTimeLessOrEq", Func, 2, "func(x int, y int) int"},
manifest.go#L1028: {"ConstantTimeSelect", Func, 0, "func(v int, x int, y int) int"},
manifest.go#L1029: {"WithDataIndependentTiming", Func, 24, "func(f func())"},
manifest.go#L1030: {"XORBytes", Func, 20, "func(dst []byte, x []byte, y []byte) int"},
manifest.go#L1101: {"CipherSuiteName", Func, 14, "func(id uint16) string"},
manifest.go#L1102: {"CipherSuites", Func, 14, "func() []*CipherSuite"},
manifest.go#L1103: {"Client", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
manifest.go#L1173: {"Dial", Func, 0, "func(network string, addr string, config *Config) (*Conn, error)"},
manifest.go#L1174: {"DialWithDialer", Func, 3, "func(dialer *net.Dialer, network string, addr string, config *Config) (*Conn, error)"},
manifest.go#L1189: {"InsecureCipherSuites", Func, 14, "func() []*CipherSuite"},
manifest.go#L1190: {"Listen", Func, 0, "func(network string, laddr string, config *Config) (net.Listener, error)"},
manifest.go#L1191: {"LoadX509KeyPair", Func, 0, "func(certFile string, keyFile string) (Certificate, error)"},
manifest.go#L1196: {"NewLRUClientSessionCache", Func, 3, "func(capacity int) ClientSessionCache"},
manifest.go#L1197: {"NewListener", Func, 0, "func(inner net.Listener, config *Config) net.Listener"},
manifest.go#L1198: {"NewResumptionState", Func, 21, "func(ticket []byte, state *SessionState) (*ClientSessionState, error)"},
manifest.go#L1207: {"ParseSessionState", Func, 21, "func(data []byte) (*SessionState, error)"},
manifest.go#L1208: {"QUICClient", Func, 21, "func(config *QUICConfig) *QUICConn"},
manifest.go#L1232: {"QUICServer", Func, 21, "func(config *QUICConfig) *QUICConn"},
manifest.go#L1255: {"Server", Func, 0, "func(conn net.Conn, config *Config) *Conn"},
manifest.go#L1289: {"VersionName", Func, 21, "func(version uint16) string"},
manifest.go#L1297: {"X509KeyPair", Func, 0, "func(certPEMBlock []byte, keyPEMBlock []byte) (Certificate, error)"},
manifest.go#L1418: {"CreateCertificate", Func, 0, "func(rand io.Reader, template *Certificate, parent *Certificate, pub any, priv any) ([]byte, error)"},
manifest.go#L1419: {"CreateCertificateRequest", Func, 3, "func(rand io.Reader, template *CertificateRequest, priv any) (csr []byte, err error)"},
manifest.go#L1420: {"CreateRevocationList", Func, 15, "func(rand io.Reader, template *RevocationList, issuer *Certificate, priv crypto.Signer) ([]byte, error)"},
manifest.go#L1424: {"DecryptPEMBlock", Func, 1, "func(b *pem.Block, password []byte) ([]byte, error)"},
manifest.go#L1431: {"EncryptPEMBlock", Func, 1, "func(rand io.Reader, blockType string, data []byte, password []byte, alg PEMCipher) (*pem.Block, error)"},
manifest.go#L1456: {"IsEncryptedPEMBlock", Func, 1, "func(b *pem.Block) bool"},
manifest.go#L1473: {"MarshalECPrivateKey", Func, 2, "func(key *ecdsa.PrivateKey) ([]byte, error)"},
manifest.go#L1474: {"MarshalPKCS1PrivateKey", Func, 0, "func(key *rsa.PrivateKey) []byte"},
manifest.go#L1475: {"MarshalPKCS1PublicKey", Func, 10, "func(key *rsa.PublicKey) []byte"},
manifest.go#L1476: {"MarshalPKCS8PrivateKey", Func, 10, "func(key any) ([]byte, error)"},
manifest.go#L1477: {"MarshalPKIXPublicKey", Func, 0, "func(pub any) ([]byte, error)"},
manifest.go#L1480: {"NewCertPool", Func, 0, "func() *CertPool"},
manifest.go#L1484: {"OIDFromASN1OID", Func, 26, "func(asn1OID asn1.ObjectIdentifier) (OID, error)"},
manifest.go#L1485: {"OIDFromInts", Func, 22, "func(oid []uint64) (OID, error)"},
manifest.go#L1492: {"ParseCRL", Func, 0, "func(crlBytes []byte) (*pkix.CertificateList, error)"},
manifest.go#L1493: {"ParseCertificate", Func, 0, "func(der []byte) (*Certificate, error)"},
manifest.go#L1494: {"ParseCertificateRequest", Func, 3, "func(asn1Data []byte) (*CertificateRequest, error)"},
manifest.go#L1495: {"ParseCertificates", Func, 0, "func(der []byte) ([]*Certificate, error)"},
manifest.go#L1496: {"ParseDERCRL", Func, 0, "func(derBytes []byte) (*pkix.CertificateList, error)"},
manifest.go#L1497: {"ParseECPrivateKey", Func, 1, "func(der []byte) (*ecdsa.PrivateKey, error)"},
manifest.go#L1498: {"ParseOID", Func, 23, "func(oid string) (OID, error)"},
manifest.go#L1499: {"ParsePKCS1PrivateKey", Func, 0, "func(der []byte) (*rsa.PrivateKey, error)"},
manifest.go#L1500: {"ParsePKCS1PublicKey", Func, 10, "func(der []byte) (*rsa.PublicKey, error)"},
manifest.go#L1501: {"ParsePKCS8PrivateKey", Func, 0, "func(der []byte) (key any, err error)"},
manifest.go#L1502: {"ParsePKIXPublicKey", Func, 0, "func(derBytes []byte) (pub any, err error)"},
manifest.go#L1503: {"ParseRevocationList", Func, 19, "func(der []byte) (*RevocationList, error)"},
manifest.go#L1540: {"SetFallbackRoots", Func, 20, "func(roots *CertPool)"},
manifest.go#L1542: {"SystemCertPool", Func, 7, "func() (*CertPool, error)"},
manifest.go#L1700: {"ConvertAssign", Func, 27, "func(scanCtx driver.ScanContext, dest any, src driver.Value) error"},
manifest.go#L1712: {"Drivers", Func, 4, "func() []string"},
manifest.go#L1725: {"Named", Func, 8, "func(name string, value any) NamedArg"},
manifest.go#L1754: {"Open", Func, 0, "func(driverName string, dataSourceName string) (*DB, error)"},
manifest.go#L1755: {"OpenDB", Func, 10, "func(c driver.Connector) *DB"},
manifest.go#L1760: {"Register", Func, 0, "func(name string, driver driver.Driver)"},
manifest.go#L1854: {"IsScanValue", Func, 0, "func(v any) bool"},
manifest.go#L1855: {"IsValue", Func, 0, "func(v any) bool"},
manifest.go#L1897: {"Read", Func, 18, "func(r io.ReaderAt) (*BuildInfo, error)"},
manifest.go#L1898: {"ReadFile", Func, 18, "func(name string) (info *BuildInfo, err error)"},
manifest.go#L2219: {"New", Func, 0, "func(abbrev []byte, aranges []byte, frame []byte, info []byte, line []byte, pubnames []byte, ranges []byte, str []byte) (*Data, error)"},
manifest.go#L2904: {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
manifest.go#L2906: {"Open", Func, 0, "func(name string) (*File, error)"},
manifest.go#L3389: {"R_INFO", Func, 0, "func(sym uint32, typ uint32) uint64"},
manifest.go#L3390: {"R_INFO32", Func, 0, "func(sym uint32, typ uint32) uint32"},
manifest.go#L3911: {"R_SYM32", Func, 0, "func(info uint32) uint32"},
manifest.go#L3912: {"R_SYM64", Func, 0, "func(info uint64) uint32"},
manifest.go#L3913: {"R_TYPE32", Func, 0, "func(info uint32) uint32"},
manifest.go#L3914: {"R_TYPE64", Func, 0, "func(info uint64) uint32"},
manifest.go#L4052: {"ST_BIND", Func, 0, "func(info uint8) SymBind"},
manifest.go#L4053: {"ST_INFO", Func, 0, "func(bind SymBind, typ SymType) uint8"},
manifest.go#L4054: {"ST_TYPE", Func, 0, "func(info uint8) SymType"},
manifest.go#L4055: {"ST_VISIBILITY", Func, 0, "func(other uint8) SymVis"},
manifest.go#L4167: {"NewLineTable", Func, 0, "func(data []byte, text uint64) *LineTable"},
manifest.go#L4168: {"NewTable", Func, 0, "func(symtab []byte, pcln *LineTable) (*Table, error)"},
manifest.go#L4372: {"NewFatFile", Func, 3, "func(r io.ReaderAt) (*FatFile, error)"},
manifest.go#L4373: {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
manifest.go#L4386: {"Open", Func, 0, "func(name string) (*File, error)"},
manifest.go#L4387: {"OpenFat", Func, 3, "func(name string) (*FatFile, error)"},
manifest.go#L4712: {"NewFile", Func, 0, "func(r io.ReaderAt) (*File, error)"},
manifest.go#L4713: {"Open", Func, 0, "func(name string) (*File, error)"},
manifest.go#L4837: {"NewFile", Func, 3, "func(r io.ReaderAt) (*File, error)"},
manifest.go#L4838: {"Open", Func, 3, "func(name string) (*File, error)"},
manifest.go#L4874: {"Decode", Func, 0, "func(dst []byte, src []byte, flush bool) (ndst int, nsrc int, err error)"},
manifest.go#L4875: {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
manifest.go#L4876: {"MaxEncodedLen", Func, 0, "func(n int) int"},
manifest.go#L4877: {"NewDecoder", Func, 0, "func(r io.Reader) io.Reader"},
manifest.go#L4878: {"NewEncoder", Func, 0, "func(w io.Writer) io.WriteCloser"},
manifest.go#L4896: {"Marshal", Func, 0, "func(val any) ([]byte, error)"},
manifest.go#L4897: {"MarshalWithParams", Func, 10, "func(val any, params string) ([]byte, error)"},
manifest.go#L4930: {"Unmarshal", Func, 0, "func(b []byte, val any) (rest []byte, err error)"},
manifest.go#L4931: {"UnmarshalWithParams", Func, 0, "func(b []byte, val any, params string) (rest []byte, err error)"},
manifest.go#L4947: {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
manifest.go#L4948: {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
manifest.go#L4949: {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
manifest.go#L4968: {"NewDecoder", Func, 0, "func(enc *Encoding, r io.Reader) io.Reader"},
manifest.go#L4969: {"NewEncoder", Func, 0, "func(enc *Encoding, w io.Writer) io.WriteCloser"},
manifest.go#L4970: {"NewEncoding", Func, 0, "func(encoder string) *Encoding"},
manifest.go#L4990: {"Append", Func, 23, "func(buf []byte, order ByteOrder, data any) ([]byte, error)"},
manifest.go#L4992: {"AppendUvarint", Func, 19, "func(buf []byte, x uint64) []byte"},
manifest.go#L4993: {"AppendVarint", Func, 19, "func(buf []byte, x int64) []byte"},
manifest.go#L4996: {"Decode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
manifest.go#L4997: {"Encode", Func, 23, "func(buf []byte, order ByteOrder, data any) (int, error)"},
manifest.go#L5003: {"PutUvarint", Func, 0, "func(buf []byte, x uint64) int"},
manifest.go#L5004: {"PutVarint", Func, 0, "func(buf []byte, x int64) int"},
manifest.go#L5005: {"Read", Func, 0, "func(r io.Reader, order ByteOrder, data any) error"},
manifest.go#L5006: {"ReadUvarint", Func, 0, "func(r io.ByteReader) (uint64, error)"},
manifest.go#L5007: {"ReadVarint", Func, 0, "func(r io.ByteReader) (int64, error)"},
manifest.go#L5008: {"Size", Func, 0, "func(v any) int"},
manifest.go#L5009: {"Uvarint", Func, 0, "func(buf []byte) (uint64, int)"},
manifest.go#L5010: {"Varint", Func, 0, "func(buf []byte) (int64, int)"},
manifest.go#L5011: {"Write", Func, 0, "func(w io.Writer, order ByteOrder, data any) error"},
manifest.go#L5028: {"NewReader", Func, 0, "func(r io.Reader) *Reader"},
manifest.go#L5029: {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
manifest.go#L5061: {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
manifest.go#L5062: {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
manifest.go#L5063: {"Register", Func, 0, "func(value any)"},
manifest.go#L5064: {"RegisterName", Func, 0, "func(name string, value any)"},
manifest.go#L5068: {"AppendDecode", Func, 22, "func(dst []byte, src []byte) ([]byte, error)"},
manifest.go#L5069: {"AppendEncode", Func, 22, "func(dst []byte, src []byte) []byte"},
manifest.go#L5070: {"Decode", Func, 0, "func(dst []byte, src []byte) (int, error)"},
manifest.go#L5071: {"DecodeString", Func, 0, "func(s string) ([]byte, error)"},
manifest.go#L5072: {"DecodedLen", Func, 0, "func(x int) int"},
manifest.go#L5073: {"Dump", Func, 0, "func(data []byte) string"},
manifest.go#L5074: {"Dumper", Func, 0, "func(w io.Writer) io.WriteCloser"},
manifest.go#L5075: {"Encode", Func, 0, "func(dst []byte, src []byte) int"},
manifest.go#L5076: {"EncodeToString", Func, 0, "func(src []byte) string"},
manifest.go#L5077: {"EncodedLen", Func, 0, "func(n int) int"},
manifest.go#L5080: {"NewDecoder", Func, 10, "func(r io.Reader) io.Reader"},
manifest.go#L5081: {"NewEncoder", Func, 10, "func(w io.Writer) io.Writer"},
manifest.go#L5115: {"CallMethodsWithLegacySemantics", Func, 27, "func(v bool) Options"},
manifest.go#L5116: {"Compact", Func, 0, "func(dst *bytes.Buffer, src []byte) error"},
manifest.go#L5118: {"DefaultOptionsV1", Func, 27, "func() Options"},
manifest.go#L5121: {"FormatByteArrayAsArray", Func, 27, "func(v bool) Options"},
manifest.go#L5122: {"FormatBytesWithLegacySemantics", Func, 27, "func(v bool) Options"},
manifest.go#L5123: {"FormatDurationAsNano", Func, 27, "func(v bool) Options"},
manifest.go#L5124: {"HTMLEscape", Func, 0, "func(dst *bytes.Buffer, src []byte)"},
manifest.go#L5125: {"Indent", Func, 0, "func(dst *bytes.Buffer, src []byte, prefix string, indent string) error"},
manifest.go#L5130: {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
manifest.go#L5131: {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
manifest.go#L5136: {"MatchCaseSensitiveDelimiter", Func, 27, "func(v bool) Options"},
manifest.go#L5137: {"MergeWithLegacySemantics", Func, 27, "func(v bool) Options"},
manifest.go#L5138: {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
manifest.go#L5139: {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
manifest.go#L5141: {"OmitEmptyWithLegacySemantics", Func, 27, "func(v bool) Options"},
manifest.go#L5143: {"ParseBytesWithLooseRFC4648", Func, 27, "func(v bool) Options"},
manifest.go#L5144: {"ParseTimeWithLooseRFC3339", Func, 27, "func(v bool) Options"},
manifest.go#L5146: {"ReportErrorsWithLegacySemantics", Func, 27, "func(v bool) Options"},
manifest.go#L5147: {"StringifyWithLegacySemantics", Func, 27, "func(v bool) Options"},
manifest.go#L5151: {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
manifest.go#L5152: {"UnmarshalArrayFromAnyLength", Func, 27, "func(v bool) Options"},
manifest.go#L5170: {"Valid", Func, 9, "func(data []byte) bool"},
manifest.go#L5220: {"AllowDuplicateNames", Func, 27, "func(v bool) Options"},
manifest.go#L5221: {"AllowInvalidUTF8", Func, 27, "func(v bool) Options"},
manifest.go#L5222: {"AppendFloat", Func, 27, "func(dst []byte, src float64, bits int) []byte"},
manifest.go#L5223: {"AppendFormat", Func, 27, "func[Bytes ~[]byte | ~string](dst []byte, src Bytes, opts ...Options) ([]byte, error)"},
manifest.go#L5224: {"AppendQuote", Func, 27, "func[Bytes ~[]byte | ~string](dst []byte, src Bytes) ([]byte, error)"},
manifest.go#L5225: {"AppendUnquote", Func, 27, "func[Bytes ~[]byte | ~string](dst []byte, src Bytes) ([]byte, error)"},
manifest.go#L5228: {"Bool", Func, 27, "func(b bool) Token"},
manifest.go#L5229: {"CanonicalizeRawFloats", Func, 27, "func(v bool) Options"},
manifest.go#L5230: {"CanonicalizeRawInts", Func, 27, "func(v bool) Options"},
manifest.go#L5237: {"EscapeForHTML", Func, 27, "func(v bool) Options"},
manifest.go#L5238: {"EscapeForJS", Func, 27, "func(v bool) Options"},
manifest.go#L5240: {"Float", Func, 27, "func(n float64) Token"},
manifest.go#L5241: {"Float32", Func, 27, "func(n float32) Token"},
manifest.go#L5242: {"Int", Func, 27, "func(n int64) Token"},
manifest.go#L5255: {"Multiline", Func, 27, "func(v bool) Options"},
manifest.go#L5256: {"NewDecoder", Func, 27, "func(r io.Reader, opts ...Options) *Decoder"},
manifest.go#L5257: {"NewEncoder", Func, 27, "func(w io.Writer, opts ...Options) *Encoder"},
manifest.go#L5261: {"PreserveRawStrings", Func, 27, "func(v bool) Options"},
manifest.go#L5262: {"ReorderRawObjects", Func, 27, "func(v bool) Options"},
manifest.go#L5263: {"SpaceAfterColon", Func, 27, "func(v bool) Options"},
manifest.go#L5264: {"SpaceAfterComma", Func, 27, "func(v bool) Options"},
manifest.go#L5265: {"String", Func, 27, "func(s string) Token"},
manifest.go#L5272: {"Uint", Func, 27, "func(n uint64) Token"},
manifest.go#L5274: {"WithIndent", Func, 27, "func(indent string) Options"},
manifest.go#L5275: {"WithIndentPrefix", Func, 27, "func(prefix string) Options"},
manifest.go#L5284: {"DefaultOptionsV2", Func, 27, "func() Options"},
manifest.go#L5285: {"Deterministic", Func, 27, "func(v bool) Options"},
manifest.go#L5287: {"FormatNilMapAsNull", Func, 27, "func(v bool) Options"},
manifest.go#L5288: {"FormatNilSliceAsNull", Func, 27, "func(v bool) Options"},
manifest.go#L5289: {"GetOption", Func, 27, "func[T any](opts Options, setter func(T) Options) (T, bool)"},
manifest.go#L5290: {"JoinMarshalers", Func, 27, "func(ms ...*Marshalers) *Marshalers"},
manifest.go#L5291: {"JoinOptions", Func, 27, "func(srcs ...Options) Options"},
manifest.go#L5292: {"JoinUnmarshalers", Func, 27, "func(us ...*Unmarshalers) *Unmarshalers"},
manifest.go#L5293: {"Marshal", Func, 27, "func(in any, opts ...Options) (out []byte, err error)"},
manifest.go#L5294: {"MarshalEncode", Func, 27, "func(out *jsontext.Encoder, in any, opts ...Options) (err error)"},
manifest.go#L5295: {"MarshalFunc", Func, 27, "func[T any](fn func(T) ([]byte, error)) *Marshalers"},
manifest.go#L5296: {"MarshalToFunc", Func, 27, "func[T any](fn func(*jsontext.Encoder, T) error) *Marshalers"},
manifest.go#L5297: {"MarshalWrite", Func, 27, "func(out io.Writer, in any, opts ...Options) (err error)"},
manifest.go#L5301: {"MatchCaseInsensitiveNames", Func, 27, "func(v bool) Options"},
manifest.go#L5302: {"OmitZeroStructFields", Func, 27, "func(v bool) Options"},
manifest.go#L5304: {"RejectUnknownMembers", Func, 27, "func(v bool) Options"},
manifest.go#L5312: {"StringifyNumbers", Func, 27, "func(v bool) Options"},
manifest.go#L5313: {"Unmarshal", Func, 27, "func(in []byte, out any, opts ...Options) (err error)"},
manifest.go#L5314: {"UnmarshalDecode", Func, 27, "func(in *jsontext.Decoder, out any, opts ...Options) (err error)"},
manifest.go#L5315: {"UnmarshalFromFunc", Func, 27, "func[T any](fn func(*jsontext.Decoder, T) error) *Unmarshalers"},
manifest.go#L5316: {"UnmarshalFunc", Func, 27, "func[T any](fn func([]byte, T) error) *Unmarshalers"},
manifest.go#L5317: {"UnmarshalRead", Func, 27, "func(in io.Reader, out any, opts ...Options) (err error)"},
manifest.go#L5321: {"WithMarshalers", Func, 27, "func(v *Marshalers) Options"},
manifest.go#L5322: {"WithUnmarshalers", Func, 27, "func(v *Unmarshalers) Options"},
manifest.go#L5329: {"Decode", Func, 0, "func(data []byte) (p *Block, rest []byte)"},
manifest.go#L5330: {"Encode", Func, 0, "func(out io.Writer, b *Block) error"},
manifest.go#L5331: {"EncodeToMemory", Func, 0, "func(b *Block) []byte"},
manifest.go#L5367: {"CopyToken", Func, 0, "func(t Token) Token"},
manifest.go#L5378: {"Escape", Func, 0, "func(w io.Writer, s []byte)"},
manifest.go#L5379: {"EscapeText", Func, 1, "func(w io.Writer, s []byte) error"},
manifest.go#L5383: {"Marshal", Func, 0, "func(v any) ([]byte, error)"},
manifest.go#L5384: {"MarshalIndent", Func, 0, "func(v any, prefix string, indent string) ([]byte, error)"},
manifest.go#L5390: {"NewDecoder", Func, 0, "func(r io.Reader) *Decoder"},
manifest.go#L5391: {"NewEncoder", Func, 0, "func(w io.Writer) *Encoder"},
manifest.go#L5392: {"NewTokenDecoder", Func, 10, "func(t TokenReader) *Decoder"},
manifest.go#L5410: {"Unmarshal", Func, 0, "func(data []byte, v any) error"},
manifest.go#L5418: {"As", Func, 13, "func(err error, target any) bool"},
manifest.go#L5419: {"AsType", Func, 26, "func[E error](err error) (E, bool)"},
manifest.go#L5421: {"Is", Func, 13, "func(err error, target error) bool"},
manifest.go#L5422: {"Join", Func, 20, "func(errs ...error) error"},
manifest.go#L5423: {"New", Func, 0, "func(text string) error"},
manifest.go#L5424: {"Unwrap", Func, 13, "func(err error) error"},
manifest.go#L5449: {"Do", Func, 0, "func(f func(KeyValue))"},
manifest.go#L5452: {"Get", Func, 0, "func(name string) Var"},
manifest.go#L5453: {"Handler", Func, 8, "func() http.Handler"},
manifest.go#L5459: {"NewFloat", Func, 0, "func(name string) *Float"},
manifest.go#L5460: {"NewInt", Func, 0, "func(name string) *Int"},
manifest.go#L5461: {"NewMap", Func, 0, "func(name string) *Map"},
manifest.go#L5462: {"NewString", Func, 0, "func(name string) *String"},
manifest.go#L5463: {"Publish", Func, 0, "func(name string, v Var)"},
manifest.go#L5509: {"Arg", Func, 0, "func(i int) string"},
manifest.go#L5510: {"Args", Func, 0, "func() []string"},
manifest.go#L5511: {"Bool", Func, 0, "func(name string, value bool, usage string) *bool"},
manifest.go#L5512: {"BoolFunc", Func, 21, "func(name string, usage string, fn func(string) error)"},
manifest.go#L5513: {"BoolVar", Func, 0, "func(p *bool, name string, value bool, usage string)"},
manifest.go#L5516: {"Duration", Func, 0, "func(name string, value time.Duration, usage string) *time.Duration"},
manifest.go#L5517: {"DurationVar", Func, 0, "func(p *time.Duration, name string, value time.Duration, usage string)"},
manifest.go#L5528: {"Float64", Func, 0, "func(name string, value float64, usage string) *float64"},
manifest.go#L5529: {"Float64Var", Func, 0, "func(p *float64, name string, value float64, usage string)"},
manifest.go#L5530: {"Func", Func, 16, "func(name string, usage string, fn func(string) error)"},
manifest.go#L5532: {"Int", Func, 0, "func(name string, value int, usage string) *int"},
manifest.go#L5533: {"Int64", Func, 0, "func(name string, value int64, usage string) *int64"},
manifest.go#L5534: {"Int64Var", Func, 0, "func(p *int64, name string, value int64, usage string)"},
manifest.go#L5535: {"IntVar", Func, 0, "func(p *int, name string, value int, usage string)"},
manifest.go#L5536: {"Lookup", Func, 0, "func(name string) *Flag"},
manifest.go#L5537: {"NArg", Func, 0, "func() int"},
manifest.go#L5538: {"NFlag", Func, 0, "func() int"},
manifest.go#L5539: {"NewFlagSet", Func, 0, "func(name string, errorHandling ErrorHandling) *FlagSet"},
manifest.go#L5541: {"Parse", Func, 0, "func()"},
manifest.go#L5542: {"Parsed", Func, 0, "func() bool"},
manifest.go#L5543: {"PrintDefaults", Func, 0, "func()"},
manifest.go#L5544: {"Set", Func, 0, "func(name string, value string) error"},
manifest.go#L5545: {"String", Func, 0, "func(name string, value string, usage string) *string"},
manifest.go#L5546: {"StringVar", Func, 0, "func(p *string, name string, value string, usage string)"},
manifest.go#L5547: {"TextVar", Func, 19, "func(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string)"},
manifest.go#L5548: {"Uint", Func, 0, "func(name string, value uint, usage string) *uint"},
manifest.go#L5549: {"Uint64", Func, 0, "func(name string, value uint64, usage string) *uint64"},
manifest.go#L5550: {"Uint64Var", Func, 0, "func(p *uint64, name string, value uint64, usage string)"},
manifest.go#L5551: {"UintVar", Func, 0, "func(p *uint, name string, value uint, usage string)"},
manifest.go#L5552: {"UnquoteUsage", Func, 5, "func(flag *Flag) (name string, usage string)"},
manifest.go#L5555: {"Var", Func, 0, "func(value Value, name string, usage string)"},
manifest.go#L5556: {"Visit", Func, 0, "func(fn func(*Flag))"},
manifest.go#L5557: {"VisitAll", Func, 0, "func(fn func(*Flag))"},
manifest.go#L5574: {"Append", Func, 19, "func(b []byte, a ...any) []byte"},
manifest.go#L5575: {"Appendf", Func, 19, "func(b []byte, format string, a ...any) []byte"},
manifest.go#L5576: {"Appendln", Func, 19, "func(b []byte, a ...any) []byte"},
manifest.go#L5577: {"Errorf", Func, 0, "func(format string, a ...any) (err error)"},
manifest.go#L5578: {"FormatString", Func, 20, "func(state State, verb rune) string"},
manifest.go#L5580: {"Fprint", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
manifest.go#L5581: {"Fprintf", Func, 0, "func(w io.Writer, format string, a ...any) (n int, err error)"},
manifest.go#L5582: {"Fprintln", Func, 0, "func(w io.Writer, a ...any) (n int, err error)"},
manifest.go#L5583: {"Fscan", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
manifest.go#L5584: {"Fscanf", Func, 0, "func(r io.Reader, format string, a ...any) (n int, err error)"},
manifest.go#L5585: {"Fscanln", Func, 0, "func(r io.Reader, a ...any) (n int, err error)"},
manifest.go#L5587: {"Print", Func, 0, "func(a ...any) (n int, err error)"},
manifest.go#L5588: {"Printf", Func, 0, "func(format string, a ...any) (n int, err error)"},
manifest.go#L5589: {"Println", Func, 0, "func(a ...any) (n int, err error)"},
manifest.go#L5590: {"Scan", Func, 0, "func(a ...any) (n int, err error)"},
manifest.go#L5592: {"Scanf", Func, 0, "func(format string, a ...any) (n int, err error)"},
manifest.go#L5593: {"Scanln", Func, 0, "func(a ...any) (n int, err error)"},
manifest.go#L5595: {"Sprint", Func, 0, "func(a ...any) string"},
manifest.go#L5596: {"Sprintf", Func, 0, "func(format string, a ...any) string"},
manifest.go#L5597: {"Sprintln", Func, 0, "func(a ...any) string"},
manifest.go#L5598: {"Sscan", Func, 0, "func(str string, a ...any) (n int, err error)"},
manifest.go#L5599: {"Sscanf", Func, 0, "func(str string, format string, a ...any) (n int, err error)"},
manifest.go#L5600: {"Sscanln", Func, 0, "func(str string, a ...any) (n int, err error)"},
manifest.go#L5861: {"FileExports", Func, 0, "func(src *File) bool"},
manifest.go#L5863: {"FilterDecl", Func, 0, "func(decl Decl, f Filter) bool"},
manifest.go#L5864: {"FilterFile", Func, 0, "func(src *File, f Filter) bool"},
manifest.go#L5867: {"FilterPackage", Func, 0, "func(pkg *Package, f Filter) bool"},
manifest.go#L5875: {"Fprint", Func, 0, "func(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error"},
manifest.go#L5932: {"Inspect", Func, 0, "func(node Node, f func(Node) bool)"},
manifest.go#L5937: {"IsExported", Func, 0, "func(name string) bool"},
manifest.go#L5938: {"IsGenerated", Func, 21, "func(file *File) bool"},
manifest.go#L5953: {"MergePackageFiles", Func, 0, "func(pkg *Package, mode MergeMode) *File"},
manifest.go#L5954: {"NewCommentMap", Func, 1, "func(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap"},
manifest.go#L5955: {"NewIdent", Func, 0, "func(name string) *Ident"},
manifest.go#L5956: {"NewObj", Func, 0, "func(kind ObjKind, name string) *Object"},
manifest.go#L5957: {"NewPackage", Func, 0, "func(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error)"},
manifest.go#L5958: {"NewScope", Func, 0, "func(outer *Scope) *Scope"},
manifest.go#L5960: {"NotNilFilter", Func, 0, "func(_ string, v reflect.Value) bool"},
manifest.go#L5973: {"PackageExports", Func, 0, "func(pkg *Package) bool"},
manifest.go#L5978: {"ParseDirective", Func, 26, "func(pos token.Pos, c string) (Directive, bool)"},
manifest.go#L5980: {"Preorder", Func, 23, "func(root Node) iter.Seq[Node]"},
manifest.go#L5981: {"PreorderStack", Func, 25, "func(root Node, stack []Node, f func(n Node, stack []Node) bool)"},
manifest.go#L5982: {"Print", Func, 0, "func(fset *token.FileSet, x any) error"},
manifest.go#L6018: {"SortImports", Func, 0, "func(fset *token.FileSet, f *File)"},
manifest.go#L6053: {"Unparen", Func, 22, "func(e Expr) Expr"},
manifest.go#L6062: {"Walk", Func, 0, "func(v Visitor, node Node)"},
manifest.go#L6073: {"ArchChar", Func, 0, "func(goarch string) (string, error)"},
manifest.go#L6100: {"Import", Func, 0, "func(path string, srcDir string, mode ImportMode) (*Package, error)"},
manifest.go#L6102: {"ImportDir", Func, 0, "func(dir string, mode ImportMode) (*Package, error)"},
manifest.go#L6104: {"IsLocalImport", Func, 0, "func(path string) bool"},
manifest.go#L6181: {"GoVersion", Func, 21, "func(x Expr) string"},
manifest.go#L6182: {"IsGoBuild", Func, 16, "func(line string) bool"},
manifest.go#L6183: {"IsPlusBuild", Func, 16, "func(line string) bool"},
manifest.go#L6189: {"Parse", Func, 16, "func(line string) (Expr, error)"},
manifest.go#L6190: {"PlusBuildLines", Func, 16, "func(x Expr) ([]string, error)"},
manifest.go#L6202: {"BinaryOp", Func, 5, "func(x_ Value, op token.Token, y_ Value) Value"},
manifest.go#L6203: {"BitLen", Func, 5, "func(x Value) int"},
manifest.go#L6205: {"BoolVal", Func, 5, "func(x Value) bool"},
manifest.go#L6206: {"Bytes", Func, 5, "func(x Value) []byte"},
manifest.go#L6207: {"Compare", Func, 5, "func(x_ Value, op token.Token, y_ Value) bool"},
manifest.go#L6209: {"Denom", Func, 5, "func(x Value) Value"},
manifest.go#L6211: {"Float32Val", Func, 5, "func(x Value) (float32, bool)"},
manifest.go#L6212: {"Float64Val", Func, 5, "func(x Value) (float64, bool)"},
manifest.go#L6213: {"Imag", Func, 5, "func(x Value) Value"},
manifest.go#L6215: {"Int64Val", Func, 5, "func(x Value) (int64, bool)"},
manifest.go#L6217: {"Make", Func, 13, "func(x any) Value"},
manifest.go#L6218: {"MakeBool", Func, 5, "func(b bool) Value"},
manifest.go#L6219: {"MakeFloat64", Func, 5, "func(x float64) Value"},
manifest.go#L6220: {"MakeFromBytes", Func, 5, "func(bytes []byte) Value"},
manifest.go#L6221: {"MakeFromLiteral", Func, 5, "func(lit string, tok token.Token, zero uint) Value"},
manifest.go#L6222: {"MakeImag", Func, 5, "func(x Value) Value"},
manifest.go#L6223: {"MakeInt64", Func, 5, "func(x int64) Value"},
manifest.go#L6224: {"MakeString", Func, 5, "func(s string) Value"},
manifest.go#L6225: {"MakeUint64", Func, 5, "func(x uint64) Value"},
manifest.go#L6226: {"MakeUnknown", Func, 5, "func() Value"},
manifest.go#L6227: {"Num", Func, 5, "func(x Value) Value"},
manifest.go#L6228: {"Real", Func, 5, "func(x Value) Value"},
manifest.go#L6229: {"Shift", Func, 5, "func(x Value, op token.Token, s uint) Value"},
manifest.go#L6230: {"Sign", Func, 5, "func(x Value) int"},
manifest.go#L6232: {"StringLen", Func, 27, "func(x Value) int64"},
manifest.go#L6233: {"StringVal", Func, 5, "func(x Value) string"},
manifest.go#L6234: {"ToComplex", Func, 6, "func(x Value) Value"},
manifest.go#L6235: {"ToFloat", Func, 6, "func(x Value) Value"},
manifest.go#L6236: {"ToInt", Func, 6, "func(x Value) Value"},
manifest.go#L6237: {"Uint64Val", Func, 5, "func(x Value) (uint64, bool)"},
manifest.go#L6238: {"UnaryOp", Func, 5, "func(op token.Token, y Value, prec uint) Value"},
manifest.go#L6240: {"Val", Func, 13, "func(x Value) any"},
manifest.go#L6263: {"Examples", Func, 0, "func(testFiles ...*ast.File) []*Example"},
manifest.go#L6274: {"IsPredeclared", Func, 8, "func(s string) bool"},
manifest.go#L6276: {"New", Func, 0, "func(pkg *ast.Package, importPath string, mode Mode) *Package"},
manifest.go#L6277: {"NewFromFiles", Func, 14, "func(fset *token.FileSet, files []*ast.File, importPath string, opts ...any) (*Package, error)"},
manifest.go#L6297: {"Synopsis", Func, 0, "func(text string) string"},
manifest.go#L6298: {"ToHTML", Func, 0, "func(w io.Writer, text string, words map[string]string)"},
manifest.go#L6299: {"ToText", Func, 0, "func(w io.Writer, text string, prefix string, codePrefix string, width int)"},
manifest.go#L6326: {"DefaultLookupPackage", Func, 19, "func(name string) (importPath string, ok bool)"},
manifest.go#L6370: {"Node", Func, 1, "func(dst io.Writer, fset *token.FileSet, node any) error"},
manifest.go#L6371: {"Source", Func, 1, "func(src []byte) ([]byte, error)"},
manifest.go#L6374: {"Default", Func, 5, "func() types.Importer"},
manifest.go#L6375: {"For", Func, 5, "func(compiler string, lookup Lookup) types.Importer"},
manifest.go#L6376: {"ForCompiler", Func, 12, "func(fset *token.FileSet, compiler string, lookup Lookup) types.Importer"},
manifest.go#L6386: {"ParseDir", Func, 0, "func(fset *token.FileSet, path string, filter func(fs.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error)"},
manifest.go#L6387: {"ParseExpr", Func, 0, "func(x string) (ast.Expr, error)"},
manifest.go#L6388: {"ParseExprFrom", Func, 5, "func(fset *token.FileSet, filename string, src any, mode Mode) (expr ast.Expr, err error)"},
manifest.go#L6389: {"ParseFile", Func, 0, "func(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error)"},
manifest.go#L6403: {"Fprint", Func, 0, "func(output io.Writer, fset *token.FileSet, node any) error"},
manifest.go#L6430: {"PrintError", Func, 0, "func(w io.Writer, err error)"},
manifest.go#L6517: {"IsExported", Func, 13, "func(name string) bool"},
manifest.go#L6518: {"IsIdentifier", Func, 13, "func(name string) bool"},
manifest.go#L6519: {"IsKeyword", Func, 13, "func(name string) bool"},
manifest.go#L6527: {"Lookup", Func, 0, "func(ident string) Token"},
manifest.go#L6534: {"NewFileSet", Func, 0, "func() *FileSet"},
manifest.go#L6841: {"AssertableTo", Func, 5, "func(V *Interface, T Type) bool"},
manifest.go#L6842: {"AssignableTo", Func, 5, "func(V Type, T Type) bool"},
manifest.go#L6851: {"CheckExpr", Func, 13, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr ast.Expr, info *Info) (err error)"},
manifest.go#L6854: {"Comparable", Func, 5, "func(T Type) bool"},
manifest.go#L6868: {"ConvertibleTo", Func, 5, "func(V Type, T Type) bool"},
manifest.go#L6869: {"DefPredeclaredTestFuncs", Func, 5, "func()"},
manifest.go#L6870: {"Default", Func, 8, "func(t Type) Type"},
manifest.go#L6876: {"Eval", Func, 5, "func(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (_ TypeAndValue, err error)"},
manifest.go#L6877: {"ExprString", Func, 5, "func(x ast.Expr) string"},
manifest.go#L6885: {"Id", Func, 5, "func(pkg *Package, name string) string"},
manifest.go#L6886: {"Identical", Func, 5, "func(x Type, y Type) bool"},
manifest.go#L6887: {"IdenticalIgnoreTags", Func, 8, "func(x Type, y Type) bool"},
manifest.go#L6888: {"Implements", Func, 5, "func(V Type, T *Interface) bool"},
manifest.go#L6908: {"Instantiate", Func, 18, "func(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error)"},
manifest.go#L6921: {"IsInterface", Func, 5, "func(t Type) bool"},
manifest.go#L6929: {"LookupFieldOrMethod", Func, 5, "func(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool)"},
manifest.go#L6930: {"LookupSelection", Func, 25, "func(T Type, addressable bool, pkg *Package, name string) (Selection, bool)"},
manifest.go#L6935: {"MissingMethod", Func, 5, "func(V Type, T *Interface, static bool) (method *Func, wrongType bool)"},
manifest.go#L6937: {"NewAlias", Func, 22, "func(obj *TypeName, rhs Type) *Alias"},
manifest.go#L6938: {"NewArray", Func, 5, "func(elem Type, len int64) *Array"},
manifest.go#L6939: {"NewChan", Func, 5, "func(dir ChanDir, elem Type) *Chan"},
manifest.go#L6940: {"NewChecker", Func, 5, "func(conf *Config, fset *token.FileSet, pkg *Package, info *Info) *Checker"},
manifest.go#L6941: {"NewConst", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, val constant.Value) *Const"},
manifest.go#L6942: {"NewContext", Func, 18, "func() *Context"},
manifest.go#L6943: {"NewField", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type, embedded bool) *Var"},
manifest.go#L6944: {"NewFunc", Func, 5, "func(pos token.Pos, pkg *Package, name string, sig *Signature) *Func"},
manifest.go#L6945: {"NewInterface", Func, 5, "func(methods []*Func, embeddeds []*Named) *Interface"},
manifest.go#L6946: {"NewInterfaceType", Func, 11, "func(methods []*Func, embeddeds []Type) *Interface"},
manifest.go#L6947: {"NewLabel", Func, 5, "func(pos token.Pos, pkg *Package, name string) *Label"},
manifest.go#L6948: {"NewMap", Func, 5, "func(key Type, elem Type) *Map"},
manifest.go#L6949: {"NewMethodSet", Func, 5, "func(T Type) *MethodSet"},
manifest.go#L6950: {"NewNamed", Func, 5, "func(obj *TypeName, underlying Type, methods []*Func) *Named"},
manifest.go#L6951: {"NewPackage", Func, 5, "func(path string, name string) *Package"},
manifest.go#L6952: {"NewParam", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
manifest.go#L6953: {"NewPkgName", Func, 5, "func(pos token.Pos, pkg *Package, name string, imported *Package) *PkgName"},
manifest.go#L6954: {"NewPointer", Func, 5, "func(elem Type) *Pointer"},
manifest.go#L6955: {"NewScope", Func, 5, "func(parent *Scope, pos token.Pos, end token.Pos, comment string) *Scope"},
manifest.go#L6956: {"NewSignature", Func, 5, "func(recv *Var, params *Tuple, results *Tuple, variadic bool) *Signature"},
manifest.go#L6957: {"NewSignatureType", Func, 18, "func(recv *Var, recvTypeParams []*TypeParam, typeParams []*TypeParam, params *Tuple, results *Tuple, variadic bool) *Signature"},
manifest.go#L6958: {"NewSlice", Func, 5, "func(elem Type) *Slice"},
manifest.go#L6959: {"NewStruct", Func, 5, "func(fields []*Var, tags []string) *Struct"},
manifest.go#L6960: {"NewTerm", Func, 18, "func(tilde bool, typ Type) *Term"},
manifest.go#L6961: {"NewTuple", Func, 5, "func(x ...*Var) *Tuple"},
manifest.go#L6962: {"NewTypeName", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *TypeName"},
manifest.go#L6963: {"NewTypeParam", Func, 18, "func(obj *TypeName, constraint Type) *TypeParam"},
manifest.go#L6964: {"NewUnion", Func, 18, "func(terms []*Term) *Union"},
manifest.go#L6965: {"NewVar", Func, 5, "func(pos token.Pos, pkg *Package, name string, typ Type) *Var"},
manifest.go#L6967: {"ObjectString", Func, 5, "func(obj Object, qf Qualifier) string"},
manifest.go#L6976: {"RelativeTo", Func, 5, "func(pkg *Package) Qualifier"},
manifest.go#L6979: {"Satisfies", Func, 20, "func(V Type, T *Interface) bool"},
manifest.go#L6983: {"SelectionString", Func, 5, "func(s *Selection, qf Qualifier) string"},
manifest.go#L6988: {"SizesFor", Func, 9, "func(compiler string, arch string) Sizes"},
manifest.go#L7006: {"TypeString", Func, 5, "func(typ Type, qf Qualifier) string"},
manifest.go#L7013: {"Unalias", Func, 22, "func(t Type) Type"},
manifest.go#L7027: {"WriteExpr", Func, 5, "func(buf *bytes.Buffer, x ast.Expr)"},
manifest.go#L7028: {"WriteSignature", Func, 5, "func(buf *bytes.Buffer, sig *Signature, qf Qualifier)"},
manifest.go#L7029: {"WriteType", Func, 5, "func(buf *bytes.Buffer, typ Type, qf Qualifier)"},
manifest.go#L7032: {"Compare", Func, 22, "func(x string, y string) int"},
manifest.go#L7033: {"IsValid", Func, 22, "func(x string) bool"},
manifest.go#L7034: {"Lang", Func, 22, "func(x string) string"},
manifest.go#L7071: {"Checksum", Func, 0, "func(data []byte) uint32"},
manifest.go#L7072: {"New", Func, 0, "func() hash.Hash32"},
manifest.go#L7077: {"Checksum", Func, 0, "func(data []byte, tab *Table) uint32"},
manifest.go#L7078: {"ChecksumIEEE", Func, 0, "func(data []byte) uint32"},
manifest.go#L7082: {"MakeTable", Func, 0, "func(poly uint32) *Table"},
manifest.go#L7083: {"New", Func, 0, "func(tab *Table) hash.Hash32"},
manifest.go#L7084: {"NewIEEE", Func, 0, "func() hash.Hash32"},
manifest.go#L7087: {"Update", Func, 0, "func(crc uint32, tab *Table, p []byte) uint32"},
manifest.go#L7090: {"Checksum", Func, 0, "func(data []byte, tab *Table) uint64"},
manifest.go#L7093: {"MakeTable", Func, 0, "func(poly uint64) *Table"},
manifest.go#L7094: {"New", Func, 0, "func(tab *Table) hash.Hash64"},
manifest.go#L7097: {"Update", Func, 0, "func(crc uint64, tab *Table, p []byte) uint64"},
manifest.go#L7100: {"New128", Func, 9, "func() hash.Hash"},
manifest.go#L7101: {"New128a", Func, 9, "func() hash.Hash"},
manifest.go#L7102: {"New32", Func, 0, "func() hash.Hash32"},
manifest.go#L7103: {"New32a", Func, 0, "func() hash.Hash32"},
manifest.go#L7104: {"New64", Func, 0, "func() hash.Hash64"},
manifest.go#L7105: {"New64a", Func, 0, "func() hash.Hash64"},
manifest.go#L7121: {"Bytes", Func, 19, "func(seed Seed, b []byte) uint64"},
manifest.go#L7122: {"Comparable", Func, 24, "func[T comparable](seed Seed, v T) uint64"},
manifest.go#L7126: {"MakeSeed", Func, 14, "func() Seed"},
manifest.go#L7128: {"String", Func, 19, "func(seed Seed, s string) uint64"},
manifest.go#L7129: {"WriteComparable", Func, 24, "func[T comparable](h *Hash, x T)"},
manifest.go#L7132: {"EscapeString", Func, 0, "func(s string) string"},
manifest.go#L7133: {"UnescapeString", Func, 0, "func(s string) string"},
manifest.go#L7176: {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
manifest.go#L7177: {"HTMLEscapeString", Func, 0, "func(s string) string"},
manifest.go#L7178: {"HTMLEscaper", Func, 0, "func(args ...any) string"},
manifest.go#L7179: {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
manifest.go#L7181: {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
manifest.go#L7182: {"JSEscapeString", Func, 0, "func(s string) string"},
manifest.go#L7183: {"JSEscaper", Func, 0, "func(args ...any) string"},
manifest.go#L7185: {"Must", Func, 0, "func(t *Template, err error) *Template"},
manifest.go#L7186: {"New", Func, 0, "func(name string) *Template"},
manifest.go#L7188: {"ParseFS", Func, 16, "func(fs fs.FS, patterns ...string) (*Template, error)"},
manifest.go#L7189: {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
manifest.go#L7190: {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
manifest.go#L7195: {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
manifest.go#L7388: {"Decode", Func, 0, "func(r io.Reader) (Image, string, error)"},
manifest.go#L7389: {"DecodeConfig", Func, 0, "func(r io.Reader) (Config, string, error)"},
manifest.go#L7412: {"NewAlpha", Func, 0, "func(r Rectangle) *Alpha"},
manifest.go#L7413: {"NewAlpha16", Func, 0, "func(r Rectangle) *Alpha16"},
manifest.go#L7414: {"NewCMYK", Func, 5, "func(r Rectangle) *CMYK"},
manifest.go#L7415: {"NewGray", Func, 0, "func(r Rectangle) *Gray"},
manifest.go#L7416: {"NewGray16", Func, 0, "func(r Rectangle) *Gray16"},
manifest.go#L7417: {"NewNRGBA", Func, 0, "func(r Rectangle) *NRGBA"},
manifest.go#L7418: {"NewNRGBA64", Func, 0, "func(r Rectangle) *NRGBA64"},
manifest.go#L7419: {"NewNYCbCrA", Func, 6, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA"},
manifest.go#L7420: {"NewPaletted", Func, 0, "func(r Rectangle, p color.Palette) *Paletted"},
manifest.go#L7421: {"NewRGBA", Func, 0, "func(r Rectangle) *RGBA"},
manifest.go#L7422: {"NewRGBA64", Func, 0, "func(r Rectangle) *RGBA64"},
manifest.go#L7423: {"NewUniform", Func, 0, "func(c color.Color) *Uniform"},
manifest.go#L7424: {"NewYCbCr", Func, 0, "func(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr"},
manifest.go#L7435: {"Pt", Func, 0, "func(X int, Y int) Point"},
manifest.go#L7445: {"Rect", Func, 0, "func(x0 int, y0 int, x1 int, y1 int) Rectangle"},
manifest.go#L7449: {"RegisterFormat", Func, 0, "func(name string, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io.Reader) (Config, error))"},
manifest.go#L7501: {"CMYKToRGB", Func, 5, "func(c uint8, m uint8, y uint8, k uint8) (uint8, uint8, uint8)"},
manifest.go#L7510: {"ModelFunc", Func, 0, "func(f func(Color) Color) Model"},
manifest.go#L7541: {"RGBToCMYK", Func, 5, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8, uint8)"},
manifest.go#L7542: {"RGBToYCbCr", Func, 0, "func(r uint8, g uint8, b uint8) (uint8, uint8, uint8)"},
manifest.go#L7550: {"YCbCrToRGB", Func, 0, "func(y uint8, cb uint8, cr uint8) (uint8, uint8, uint8)"},
manifest.go#L7570: {"Draw", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op)"},
manifest.go#L7571: {"DrawMask", Func, 0, "func(dst Image, r image.Rectangle, src image.Image, sp image.Point, mask image.Image, mp image.Point, op Op)"},
manifest.go#L7582: {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
manifest.go#L7583: {"DecodeAll", Func, 0, "func(r io.Reader) (*GIF, error)"},
manifest.go#L7584: {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
manifest.go#L7588: {"Encode", Func, 2, "func(w io.Writer, m image.Image, o *Options) error"},
manifest.go#L7589: {"EncodeAll", Func, 2, "func(w io.Writer, g *GIF) error"},
manifest.go#L7607: {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
manifest.go#L7608: {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
manifest.go#L7610: {"Encode", Func, 0, "func(w io.Writer, m image.Image, o *Options) error"},
manifest.go#L7626: {"Decode", Func, 0, "func(r io.Reader) (image.Image, error)"},
manifest.go#L7627: {"DecodeConfig", Func, 0, "func(r io.Reader) (image.Config, error)"},
manifest.go#L7629: {"Encode", Func, 0, "func(w io.Writer, m image.Image) error"},
manifest.go#L7646: {"New", Func, 0, "func(data []byte) *Index"},
manifest.go#L7703: {"Copy", Func, 0, "func(dst Writer, src Reader) (written int64, err error)"},
manifest.go#L7704: {"CopyBuffer", Func, 5, "func(dst Writer, src Reader, buf []byte) (written int64, err error)"},
manifest.go#L7705: {"CopyN", Func, 0, "func(dst Writer, src Reader, n int64) (written int64, err error)"},
manifest.go#L7713: {"LimitReader", Func, 0, "func(r Reader, n int64) Reader"},
manifest.go#L7717: {"MultiReader", Func, 0, "func(readers ...Reader) Reader"},
manifest.go#L7718: {"MultiWriter", Func, 0, "func(writers ...Writer) Writer"},
manifest.go#L7719: {"NewOffsetWriter", Func, 20, "func(w WriterAt, off int64) *OffsetWriter"},
manifest.go#L7720: {"NewSectionReader", Func, 0, "func(r ReaderAt, off int64, n int64) *SectionReader"},
manifest.go#L7721: {"NopCloser", Func, 16, "func(r Reader) ReadCloser"},
manifest.go#L7723: {"Pipe", Func, 0, "func() (*PipeReader, *PipeWriter)"},
manifest.go#L7726: {"ReadAll", Func, 16, "func(r Reader) ([]byte, error)"},
manifest.go#L7727: {"ReadAtLeast", Func, 0, "func(r Reader, buf []byte, min int) (n int, err error)"},
manifest.go#L7729: {"ReadFull", Func, 0, "func(r Reader, buf []byte) (n int, err error)"},
manifest.go#L7746: {"TeeReader", Func, 0, "func(r Reader, w Writer) Reader"},
manifest.go#L7749: {"WriteString", Func, 0, "func(w Writer, s string) (n int, err error)"},
manifest.go#L7803: {"FileInfoToDirEntry", Func, 17, "func(info FileInfo) DirEntry"},
manifest.go#L7805: {"FormatDirEntry", Func, 21, "func(dir DirEntry) string"},
manifest.go#L7806: {"FormatFileInfo", Func, 21, "func(info FileInfo) string"},
manifest.go#L7807: {"Glob", Func, 16, "func(fsys FS, pattern string) (matches []string, err error)"},
manifest.go#L7809: {"Lstat", Func, 25, "func(fsys FS, name string) (FileInfo, error)"},
manifest.go#L7829: {"ReadDir", Func, 16, "func(fsys FS, name string) ([]DirEntry, error)"},
manifest.go#L7832: {"ReadFile", Func, 16, "func(fsys FS, name string) ([]byte, error)"},
manifest.go#L7834: {"ReadLink", Func, 25, "func(fsys FS, name string) (string, error)"},
manifest.go#L7838: {"Stat", Func, 16, "func(fsys FS, name string) (FileInfo, error)"},
manifest.go#L7840: {"Sub", Func, 16, "func(fsys FS, dir string) (FS, error)"},
manifest.go#L7842: {"ValidPath", Func, 16, "func(name string) bool"},
manifest.go#L7843: {"WalkDir", Func, 16, "func(fsys FS, root string, fn WalkDirFunc) error"},
manifest.go#L7848: {"NopCloser", Func, 0, "func(r io.Reader) io.ReadCloser"},
manifest.go#L7849: {"ReadAll", Func, 0, "func(r io.Reader) ([]byte, error)"},
manifest.go#L7850: {"ReadDir", Func, 0, "func(dirname string) ([]fs.FileInfo, error)"},
manifest.go#L7851: {"ReadFile", Func, 0, "func(filename string) ([]byte, error)"},
manifest.go#L7852: {"TempDir", Func, 0, "func(dir string, pattern string) (name string, err error)"},
manifest.go#L7853: {"TempFile", Func, 0, "func(dir string, pattern string) (f *os.File, err error)"},
manifest.go#L7854: {"WriteFile", Func, 0, "func(filename string, data []byte, perm fs.FileMode) error"},
manifest.go#L7857: {"Pull", Func, 23, "func[V any](seq Seq[V]) (next func() (V, bool), stop func())"},
manifest.go#L7858: {"Pull2", Func, 23, "func[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func())"},
manifest.go#L7879: {"Default", Func, 16, "func() *Logger"},
manifest.go#L7880: {"Fatal", Func, 0, "func(v ...any)"},
manifest.go#L7881: {"Fatalf", Func, 0, "func(format string, v ...any)"},
manifest.go#L7882: {"Fatalln", Func, 0, "func(v ...any)"},
manifest.go#L7883: {"Flags", Func, 0, "func() int"},
manifest.go#L7893: {"New", Func, 0, "func(out io.Writer, prefix string, flag int) *Logger"},
manifest.go#L7894: {"Output", Func, 5, "func(calldepth int, s string) error"},
manifest.go#L7895: {"Panic", Func, 0, "func(v ...any)"},
manifest.go#L7896: {"Panicf", Func, 0, "func(format string, v ...any)"},
manifest.go#L7897: {"Panicln", Func, 0, "func(v ...any)"},
manifest.go#L7898: {"Prefix", Func, 0, "func() string"},
manifest.go#L7899: {"Print", Func, 0, "func(v ...any)"},
manifest.go#L7900: {"Printf", Func, 0, "func(format string, v ...any)"},
manifest.go#L7901: {"Println", Func, 0, "func(v ...any)"},
manifest.go#L7902: {"SetFlags", Func, 0, "func(flag int)"},
manifest.go#L7903: {"SetOutput", Func, 0, "func(w io.Writer)"},
manifest.go#L7904: {"SetPrefix", Func, 0, "func(prefix string)"},
manifest.go#L7905: {"Writer", Func, 13, "func() io.Writer"},
manifest.go#L7975: {"Any", Func, 21, "func(key string, value any) Attr"},
manifest.go#L7976: {"AnyValue", Func, 21, "func(v any) Value"},
manifest.go#L7980: {"Bool", Func, 21, "func(key string, v bool) Attr"},
manifest.go#L7981: {"BoolValue", Func, 21, "func(v bool) Value"},
manifest.go#L7982: {"Debug", Func, 21, "func(msg string, args ...any)"},
manifest.go#L7983: {"DebugContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
manifest.go#L7984: {"Default", Func, 21, "func() *Logger"},
manifest.go#L7986: {"Duration", Func, 21, "func(key string, v time.Duration) Attr"},
manifest.go#L7987: {"DurationValue", Func, 21, "func(v time.Duration) Value"},
manifest.go#L7988: {"Error", Func, 21, "func(msg string, args ...any)"},
manifest.go#L7989: {"ErrorContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
manifest.go#L7990: {"Float64", Func, 21, "func(key string, v float64) Attr"},
manifest.go#L7991: {"Float64Value", Func, 21, "func(v float64) Value"},
manifest.go#L7992: {"Group", Func, 21, "func(key string, args ...any) Attr"},
manifest.go#L7993: {"GroupAttrs", Func, 25, "func(key string, attrs ...Attr) Attr"},
manifest.go#L7994: {"GroupValue", Func, 21, "func(as ...Attr) Value"},
manifest.go#L8000: {"Info", Func, 21, "func(msg string, args ...any)"},
manifest.go#L8001: {"InfoContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
manifest.go#L8002: {"Int", Func, 21, "func(key string, value int) Attr"},
manifest.go#L8003: {"Int64", Func, 21, "func(key string, value int64) Attr"},
manifest.go#L8004: {"Int64Value", Func, 21, "func(v int64) Value"},
manifest.go#L8005: {"IntValue", Func, 21, "func(v int) Value"},
manifest.go#L8026: {"Log", Func, 21, "func(ctx context.Context, level Level, msg string, args ...any)"},
manifest.go#L8027: {"LogAttrs", Func, 21, "func(ctx context.Context, level Level, msg string, attrs ...Attr)"},
manifest.go#L8032: {"New", Func, 21, "func(h Handler) *Logger"},
manifest.go#L8033: {"NewJSONHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *JSONHandler"},
manifest.go#L8034: {"NewLogLogger", Func, 21, "func(h Handler, level Level) *log.Logger"},
manifest.go#L8035: {"NewMultiHandler", Func, 26, "func(handlers ...Handler) *MultiHandler"},
manifest.go#L8036: {"NewRecord", Func, 21, "func(t time.Time, level Level, msg string, pc uintptr) Record"},
manifest.go#L8037: {"NewTextHandler", Func, 21, "func(w io.Writer, opts *HandlerOptions) *TextHandler"},
manifest.go#L8043: {"SetDefault", Func, 21, "func(l *Logger)"},
manifest.go#L8044: {"SetLogLoggerLevel", Func, 22, "func(level Level) (oldLevel Level)"},
manifest.go#L8050: {"String", Func, 21, "func(key string, value string) Attr"},
manifest.go#L8051: {"StringValue", Func, 21, "func(value string) Value"},
manifest.go#L8053: {"Time", Func, 21, "func(key string, v time.Time) Attr"},
manifest.go#L8055: {"TimeValue", Func, 21, "func(v time.Time) Value"},
manifest.go#L8056: {"Uint64", Func, 21, "func(key string, v uint64) Attr"},
manifest.go#L8057: {"Uint64Value", Func, 21, "func(v uint64) Value"},
manifest.go#L8059: {"Warn", Func, 21, "func(msg string, args ...any)"},
manifest.go#L8060: {"WarnContext", Func, 21, "func(ctx context.Context, msg string, args ...any)"},
manifest.go#L8061: {"With", Func, 21, "func(args ...any) *Logger"},
manifest.go#L8074: {"Dial", Func, 0, "func(network string, raddr string, priority Priority, tag string) (*Writer, error)"},
manifest.go#L8103: {"New", Func, 0, "func(priority Priority, tag string) (*Writer, error)"},
manifest.go#L8104: {"NewLogger", Func, 0, "func(p Priority, logFlag int) (*log.Logger, error)"},
manifest.go#L8109: {"All", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V]"},
manifest.go#L8110: {"Clone", Func, 21, "func[M ~map[K]V, K comparable, V any](m M) M"},
manifest.go#L8111: {"Collect", Func, 23, "func[K comparable, V any](seq iter.Seq2[K, V]) map[K]V"},
manifest.go#L8112: {"Copy", Func, 21, "func[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](dst M1, src M2)"},
manifest.go#L8113: {"DeleteFunc", Func, 21, "func[M ~map[K]V, K comparable, V any](m M, del func(K, V) bool)"},
manifest.go#L8114: {"Equal", Func, 21, "func[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool"},
manifest.go#L8115: {"EqualFunc", Func, 21, "func[M1 ~map[K]V1, M2 ~map[K]V2, K comparable, V1, V2 any](m1 M1, m2 M2, eq func(V1, V2) bool) bool"},
manifest.go#L8116: {"Insert", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V])"},
manifest.go#L8117: {"Keys", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[K]"},
manifest.go#L8118: {"Values", Func, 23, "func[Map ~map[K]V, K comparable, V any](m Map) iter.Seq[V]"},
manifest.go#L8121: {"Abs", Func, 0, "func(x float64) float64"},
manifest.go#L8122: {"Acos", Func, 0, "func(x float64) float64"},
manifest.go#L8123: {"Acosh", Func, 0, "func(x float64) float64"},
manifest.go#L8124: {"Asin", Func, 0, "func(x float64) float64"},
manifest.go#L8125: {"Asinh", Func, 0, "func(x float64) float64"},
manifest.go#L8126: {"Atan", Func, 0, "func(x float64) float64"},
manifest.go#L8127: {"Atan2", Func, 0, "func(y float64, x float64) float64"},
manifest.go#L8128: {"Atanh", Func, 0, "func(x float64) float64"},
manifest.go#L8129: {"Cbrt", Func, 0, "func(x float64) float64"},
manifest.go#L8130: {"Ceil", Func, 0, "func(x float64) float64"},
manifest.go#L8131: {"Copysign", Func, 0, "func(f float64, sign float64) float64"},
manifest.go#L8132: {"Cos", Func, 0, "func(x float64) float64"},
manifest.go#L8133: {"Cosh", Func, 0, "func(x float64) float64"},
manifest.go#L8134: {"Dim", Func, 0, "func(x float64, y float64) float64"},
manifest.go#L8136: {"Erf", Func, 0, "func(x float64) float64"},
manifest.go#L8137: {"Erfc", Func, 0, "func(x float64) float64"},
manifest.go#L8138: {"Erfcinv", Func, 10, "func(x float64) float64"},
manifest.go#L8139: {"Erfinv", Func, 10, "func(x float64) float64"},
manifest.go#L8140: {"Exp", Func, 0, "func(x float64) float64"},
manifest.go#L8141: {"Exp2", Func, 0, "func(x float64) float64"},
manifest.go#L8142: {"Expm1", Func, 0, "func(x float64) float64"},
manifest.go#L8143: {"FMA", Func, 14, "func(x float64, y float64, z float64) float64"},
manifest.go#L8144: {"Float32bits", Func, 0, "func(f float32) uint32"},
manifest.go#L8145: {"Float32frombits", Func, 0, "func(b uint32) float32"},
manifest.go#L8146: {"Float64bits", Func, 0, "func(f float64) uint64"},
manifest.go#L8147: {"Float64frombits", Func, 0, "func(b uint64) float64"},
manifest.go#L8148: {"Floor", Func, 0, "func(x float64) float64"},
manifest.go#L8149: {"Frexp", Func, 0, "func(f float64) (frac float64, exp int)"},
manifest.go#L8150: {"Gamma", Func, 0, "func(x float64) float64"},
manifest.go#L8151: {"Hypot", Func, 0, "func(p float64, q float64) float64"},
manifest.go#L8152: {"Ilogb", Func, 0, "func(x float64) int"},
manifest.go#L8153: {"Inf", Func, 0, "func(sign int) float64"},
manifest.go#L8154: {"IsInf", Func, 0, "func(f float64, sign int) bool"},
manifest.go#L8155: {"IsNaN", Func, 0, "func(f float64) (is bool)"},
manifest.go#L8156: {"J0", Func, 0, "func(x float64) float64"},
manifest.go#L8157: {"J1", Func, 0, "func(x float64) float64"},
manifest.go#L8158: {"Jn", Func, 0, "func(n int, x float64) float64"},
manifest.go#L8159: {"Ldexp", Func, 0, "func(frac float64, exp int) float64"},
manifest.go#L8160: {"Lgamma", Func, 0, "func(x float64) (lgamma float64, sign int)"},
manifest.go#L8163: {"Log", Func, 0, "func(x float64) float64"},
manifest.go#L8164: {"Log10", Func, 0, "func(x float64) float64"},
manifest.go#L8166: {"Log1p", Func, 0, "func(x float64) float64"},
manifest.go#L8167: {"Log2", Func, 0, "func(x float64) float64"},
manifest.go#L8169: {"Logb", Func, 0, "func(x float64) float64"},
manifest.go#L8170: {"Max", Func, 0, "func(x float64, y float64) float64"},
manifest.go#L8183: {"Min", Func, 0, "func(x float64, y float64) float64"},
manifest.go#L8189: {"Mod", Func, 0, "func(x float64, y float64) float64"},
manifest.go#L8190: {"Modf", Func, 0, "func(f float64) (integer float64, fractional float64)"},
manifest.go#L8191: {"NaN", Func, 0, "func() float64"},
manifest.go#L8192: {"Nextafter", Func, 0, "func(x float64, y float64) (r float64)"},
manifest.go#L8193: {"Nextafter32", Func, 4, "func(x float32, y float32) (r float32)"},
manifest.go#L8196: {"Pow", Func, 0, "func(x float64, y float64) float64"},
manifest.go#L8197: {"Pow10", Func, 0, "func(n int) float64"},
manifest.go#L8198: {"Remainder", Func, 0, "func(x float64, y float64) float64"},
manifest.go#L8199: {"Round", Func, 10, "func(x float64) float64"},
manifest.go#L8200: {"RoundToEven", Func, 10, "func(x float64) float64"},
manifest.go#L8201: {"Signbit", Func, 0, "func(x float64) bool"},
manifest.go#L8202: {"Sin", Func, 0, "func(x float64) float64"},
manifest.go#L8203: {"Sincos", Func, 0, "func(x float64) (sin float64, cos float64)"},
manifest.go#L8204: {"Sinh", Func, 0, "func(x float64) float64"},
manifest.go#L8207: {"Sqrt", Func, 0, "func(x float64) float64"},
manifest.go#L8212: {"Tan", Func, 0, "func(x float64) float64"},
manifest.go#L8213: {"Tanh", Func, 0, "func(x float64) float64"},
manifest.go#L8214: {"Trunc", Func, 0, "func(x float64) float64"},
manifest.go#L8215: {"Y0", Func, 0, "func(x float64) float64"},
manifest.go#L8216: {"Y1", Func, 0, "func(x float64) float64"},
manifest.go#L8217: {"Yn", Func, 0, "func(n int, x float64) float64"},
manifest.go#L8372: {"Jacobi", Func, 5, "func(x *Int, y *Int) int"},
manifest.go#L8377: {"NewFloat", Func, 5, "func(x float64) *Float"},
manifest.go#L8378: {"NewInt", Func, 0, "func(x int64) *Int"},
manifest.go#L8379: {"NewRat", Func, 0, "func(a int64, b int64) *Rat"},
manifest.go#L8380: {"ParseFloat", Func, 5, "func(s string, base int, prec uint, mode RoundingMode) (f *Float, b int, err error)"},
manifest.go#L8393: {"Add", Func, 12, "func(x uint, y uint, carry uint) (sum uint, carryOut uint)"},
manifest.go#L8394: {"Add32", Func, 12, "func(x uint32, y uint32, carry uint32) (sum uint32, carryOut uint32)"},
manifest.go#L8395: {"Add64", Func, 12, "func(x uint64, y uint64, carry uint64) (sum uint64, carryOut uint64)"},
manifest.go#L8396: {"Div", Func, 12, "func(hi uint, lo uint, y uint) (quo uint, rem uint)"},
manifest.go#L8397: {"Div32", Func, 12, "func(hi uint32, lo uint32, y uint32) (quo uint32, rem uint32)"},
manifest.go#L8398: {"Div64", Func, 12, "func(hi uint64, lo uint64, y uint64) (quo uint64, rem uint64)"},
manifest.go#L8399: {"LeadingZeros", Func, 9, "func(x uint) int"},
manifest.go#L8400: {"LeadingZeros16", Func, 9, "func(x uint16) int"},
manifest.go#L8401: {"LeadingZeros32", Func, 9, "func(x uint32) int"},
manifest.go#L8402: {"LeadingZeros64", Func, 9, "func(x uint64) int"},
manifest.go#L8403: {"LeadingZeros8", Func, 9, "func(x uint8) int"},
manifest.go#L8404: {"Len", Func, 9, "func(x uint) int"},
manifest.go#L8405: {"Len16", Func, 9, "func(x uint16) (n int)"},
manifest.go#L8406: {"Len32", Func, 9, "func(x uint32) (n int)"},
manifest.go#L8407: {"Len64", Func, 9, "func(x uint64) (n int)"},
manifest.go#L8408: {"Len8", Func, 9, "func(x uint8) int"},
manifest.go#L8409: {"Mul", Func, 12, "func(x uint, y uint) (hi uint, lo uint)"},
manifest.go#L8410: {"Mul32", Func, 12, "func(x uint32, y uint32) (hi uint32, lo uint32)"},
manifest.go#L8411: {"Mul64", Func, 12, "func(x uint64, y uint64) (hi uint64, lo uint64)"},
manifest.go#L8412: {"OnesCount", Func, 9, "func(x uint) int"},
manifest.go#L8413: {"OnesCount16", Func, 9, "func(x uint16) int"},
manifest.go#L8414: {"OnesCount32", Func, 9, "func(x uint32) int"},
manifest.go#L8415: {"OnesCount64", Func, 9, "func(x uint64) int"},
manifest.go#L8416: {"OnesCount8", Func, 9, "func(x uint8) int"},
manifest.go#L8417: {"Rem", Func, 14, "func(hi uint, lo uint, y uint) uint"},
manifest.go#L8418: {"Rem32", Func, 14, "func(hi uint32, lo uint32, y uint32) uint32"},
manifest.go#L8419: {"Rem64", Func, 14, "func(hi uint64, lo uint64, y uint64) uint64"},
manifest.go#L8420: {"Reverse", Func, 9, "func(x uint) uint"},
manifest.go#L8421: {"Reverse16", Func, 9, "func(x uint16) uint16"},
manifest.go#L8422: {"Reverse32", Func, 9, "func(x uint32) uint32"},
manifest.go#L8423: {"Reverse64", Func, 9, "func(x uint64) uint64"},
manifest.go#L8424: {"Reverse8", Func, 9, "func(x uint8) uint8"},
manifest.go#L8425: {"ReverseBytes", Func, 9, "func(x uint) uint"},
manifest.go#L8426: {"ReverseBytes16", Func, 9, "func(x uint16) uint16"},
manifest.go#L8427: {"ReverseBytes32", Func, 9, "func(x uint32) uint32"},
manifest.go#L8428: {"ReverseBytes64", Func, 9, "func(x uint64) uint64"},
manifest.go#L8429: {"RotateLeft", Func, 9, "func(x uint, k int) uint"},
manifest.go#L8430: {"RotateLeft16", Func, 9, "func(x uint16, k int) uint16"},
manifest.go#L8431: {"RotateLeft32", Func, 9, "func(x uint32, k int) uint32"},
manifest.go#L8432: {"RotateLeft64", Func, 9, "func(x uint64, k int) uint64"},
manifest.go#L8433: {"RotateLeft8", Func, 9, "func(x uint8, k int) uint8"},
manifest.go#L8434: {"Sub", Func, 12, "func(x uint, y uint, borrow uint) (diff uint, borrowOut uint)"},
manifest.go#L8435: {"Sub32", Func, 12, "func(x uint32, y uint32, borrow uint32) (diff uint32, borrowOut uint32)"},
manifest.go#L8436: {"Sub64", Func, 12, "func(x uint64, y uint64, borrow uint64) (diff uint64, borrowOut uint64)"},
manifest.go#L8437: {"TrailingZeros", Func, 9, "func(x uint) int"},
manifest.go#L8438: {"TrailingZeros16", Func, 9, "func(x uint16) int"},
manifest.go#L8439: {"TrailingZeros32", Func, 9, "func(x uint32) int"},
manifest.go#L8440: {"TrailingZeros64", Func, 9, "func(x uint64) int"},
manifest.go#L8441: {"TrailingZeros8", Func, 9, "func(x uint8) int"},
manifest.go#L8445: {"Abs", Func, 0, "func(x complex128) float64"},
manifest.go#L8446: {"Acos", Func, 0, "func(x complex128) complex128"},
manifest.go#L8447: {"Acosh", Func, 0, "func(x complex128) complex128"},
manifest.go#L8448: {"Asin", Func, 0, "func(x complex128) complex128"},
manifest.go#L8449: {"Asinh", Func, 0, "func(x complex128) complex128"},
manifest.go#L8450: {"Atan", Func, 0, "func(x complex128) complex128"},
manifest.go#L8451: {"Atanh", Func, 0, "func(x complex128) complex128"},
manifest.go#L8452: {"Conj", Func, 0, "func(x complex128) complex128"},
manifest.go#L8453: {"Cos", Func, 0, "func(x complex128) complex128"},
manifest.go#L8454: {"Cosh", Func, 0, "func(x complex128) complex128"},
manifest.go#L8455: {"Cot", Func, 0, "func(x complex128) complex128"},
manifest.go#L8456: {"Exp", Func, 0, "func(x complex128) complex128"},
manifest.go#L8457: {"Inf", Func, 0, "func() complex128"},
manifest.go#L8458: {"IsInf", Func, 0, "func(x complex128) bool"},
manifest.go#L8459: {"IsNaN", Func, 0, "func(x complex128) bool"},
manifest.go#L8460: {"Log", Func, 0, "func(x complex128) complex128"},
manifest.go#L8461: {"Log10", Func, 0, "func(x complex128) complex128"},
manifest.go#L8462: {"NaN", Func, 0, "func() complex128"},
manifest.go#L8463: {"Phase", Func, 0, "func(x complex128) float64"},
manifest.go#L8464: {"Polar", Func, 0, "func(x complex128) (r float64, θ float64)"},
manifest.go#L8465: {"Pow", Func, 0, "func(x complex128, y complex128) complex128"},
manifest.go#L8466: {"Rect", Func, 0, "func(r float64, θ float64) complex128"},
manifest.go#L8467: {"Sin", Func, 0, "func(x complex128) complex128"},
manifest.go#L8468: {"Sinh", Func, 0, "func(x complex128) complex128"},
manifest.go#L8469: {"Sqrt", Func, 0, "func(x complex128) complex128"},
manifest.go#L8470: {"Tan", Func, 0, "func(x complex128) complex128"},
manifest.go#L8471: {"Tanh", Func, 0, "func(x complex128) complex128"},
manifest.go#L8496: {"ExpFloat64", Func, 0, "func() float64"},
manifest.go#L8497: {"Float32", Func, 0, "func() float32"},
manifest.go#L8498: {"Float64", Func, 0, "func() float64"},
manifest.go#L8499: {"Int", Func, 0, "func() int"},
manifest.go#L8500: {"Int31", Func, 0, "func() int32"},
manifest.go#L8501: {"Int31n", Func, 0, "func(n int32) int32"},
manifest.go#L8502: {"Int63", Func, 0, "func() int64"},
manifest.go#L8503: {"Int63n", Func, 0, "func(n int64) int64"},
manifest.go#L8504: {"Intn", Func, 0, "func(n int) int"},
manifest.go#L8505: {"New", Func, 0, "func(src Source) *Rand"},
manifest.go#L8506: {"NewSource", Func, 0, "func(seed int64) Source"},
manifest.go#L8507: {"NewZipf", Func, 0, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
manifest.go#L8508: {"NormFloat64", Func, 0, "func() float64"},
manifest.go#L8509: {"Perm", Func, 0, "func(n int) []int"},
manifest.go#L8511: {"Read", Func, 6, "func(p []byte) (n int, err error)"},
manifest.go#L8512: {"Seed", Func, 0, "func(seed int64)"},
manifest.go#L8513: {"Shuffle", Func, 10, "func(n int, swap func(i int, j int))"},
manifest.go#L8516: {"Uint32", Func, 0, "func() uint32"},
manifest.go#L8517: {"Uint64", Func, 8, "func() uint64"},
manifest.go#L8554: {"ExpFloat64", Func, 22, "func() float64"},
manifest.go#L8555: {"Float32", Func, 22, "func() float32"},
manifest.go#L8556: {"Float64", Func, 22, "func() float64"},
manifest.go#L8557: {"Int", Func, 22, "func() int"},
manifest.go#L8558: {"Int32", Func, 22, "func() int32"},
manifest.go#L8559: {"Int32N", Func, 22, "func(n int32) int32"},
manifest.go#L8560: {"Int64", Func, 22, "func() int64"},
manifest.go#L8561: {"Int64N", Func, 22, "func(n int64) int64"},
manifest.go#L8562: {"IntN", Func, 22, "func(n int) int"},
manifest.go#L8563: {"N", Func, 22, "func[Int intType](n Int) Int"},
manifest.go#L8564: {"New", Func, 22, "func(src Source) *Rand"},
manifest.go#L8565: {"NewChaCha8", Func, 22, "func(seed [32]byte) *ChaCha8"},
manifest.go#L8566: {"NewPCG", Func, 22, "func(seed1 uint64, seed2 uint64) *PCG"},
manifest.go#L8567: {"NewZipf", Func, 22, "func(r *Rand, s float64, v float64, imax uint64) *Zipf"},
manifest.go#L8568: {"NormFloat64", Func, 22, "func() float64"},
manifest.go#L8570: {"Perm", Func, 22, "func(n int) []int"},
manifest.go#L8572: {"Shuffle", Func, 22, "func(n int, swap func(i int, j int))"},
manifest.go#L8574: {"Uint", Func, 23, "func() uint"},
manifest.go#L8575: {"Uint32", Func, 22, "func() uint32"},
manifest.go#L8576: {"Uint32N", Func, 22, "func(n uint32) uint32"},
manifest.go#L8577: {"Uint64", Func, 22, "func() uint64"},
manifest.go#L8578: {"Uint64N", Func, 22, "func(n uint64) uint64"},
manifest.go#L8579: {"UintN", Func, 22, "func(n uint) uint"},
manifest.go#L8586: {"AddExtensionType", Func, 0, "func(ext string, typ string) error"},
manifest.go#L8589: {"ExtensionsByType", Func, 5, "func(typ string) ([]string, error)"},
manifest.go#L8590: {"FormatMediaType", Func, 0, "func(t string, param map[string]string) string"},
manifest.go#L8591: {"ParseMediaType", Func, 0, "func(v string) (mediatype string, params map[string]string, err error)"},
manifest.go#L8593: {"TypeByExtension", Func, 0, "func(ext string) string"},
manifest.go#L8622: {"FileContentDisposition", Func, 25, "func(fieldname string, filename string) string"},
manifest.go#L8630: {"NewReader", Func, 0, "func(r io.Reader, boundary string) *Reader"},
manifest.go#L8631: {"NewWriter", Func, 0, "func(w io.Writer) *Writer"},
manifest.go#L8641: {"NewReader", Func, 5, "func(r io.Reader) *Reader"},
manifest.go#L8642: {"NewWriter", Func, 5, "func(w io.Writer) *Writer"},
manifest.go#L8858: {"CIDRMask", Func, 0, "func(ones int, bits int) IPMask"},
manifest.go#L8871: {"Dial", Func, 0, "func(network string, address string) (Conn, error)"},
manifest.go#L8872: {"DialIP", Func, 0, "func(network string, laddr *IPAddr, raddr *IPAddr) (*IPConn, error)"},
manifest.go#L8873: {"DialTCP", Func, 0, "func(network string, laddr *TCPAddr, raddr *TCPAddr) (*TCPConn, error)"},
manifest.go#L8874: {"DialTimeout", Func, 0, "func(network string, address string, timeout time.Duration) (Conn, error)"},
manifest.go#L8875: {"DialUDP", Func, 0, "func(network string, laddr *UDPAddr, raddr *UDPAddr) (*UDPConn, error)"},
manifest.go#L8876: {"DialUnix", Func, 0, "func(network string, laddr *UnixAddr, raddr *UnixAddr) (*UnixConn, error)"},
manifest.go#L8892: {"FileConn", Func, 0, "func(f *os.File) (c Conn, err error)"},
manifest.go#L8893: {"FileListener", Func, 0, "func(f *os.File) (ln Listener, err error)"},
manifest.go#L8894: {"FilePacketConn", Func, 0, "func(f *os.File) (c PacketConn, err error)"},
manifest.go#L8912: {"IPv4", Func, 0, "func(a byte, b byte, c byte, d byte) IP"},
manifest.go#L8913: {"IPv4Mask", Func, 0, "func(a byte, b byte, c byte, d byte) IPMask"},
manifest.go#L8932: {"InterfaceAddrs", Func, 0, "func() ([]Addr, error)"},
manifest.go#L8933: {"InterfaceByIndex", Func, 0, "func(index int) (*Interface, error)"},
manifest.go#L8934: {"InterfaceByName", Func, 0, "func(name string) (*Interface, error)"},
manifest.go#L8935: {"Interfaces", Func, 0, "func() ([]Interface, error)"},
manifest.go#L8937: {"JoinHostPort", Func, 0, "func(host string, port string) string"},
manifest.go#L8943: {"Listen", Func, 0, "func(network string, address string) (Listener, error)"},
manifest.go#L8948: {"ListenIP", Func, 0, "func(network string, laddr *IPAddr) (*IPConn, error)"},
manifest.go#L8949: {"ListenMulticastUDP", Func, 0, "func(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error)"},
manifest.go#L8950: {"ListenPacket", Func, 0, "func(network string, address string) (PacketConn, error)"},
manifest.go#L8951: {"ListenTCP", Func, 0, "func(network string, laddr *TCPAddr) (*TCPListener, error)"},
manifest.go#L8952: {"ListenUDP", Func, 0, "func(network string, laddr *UDPAddr) (*UDPConn, error)"},
manifest.go#L8953: {"ListenUnix", Func, 0, "func(network string, laddr *UnixAddr) (*UnixListener, error)"},
manifest.go#L8954: {"ListenUnixgram", Func, 0, "func(network string, laddr *UnixAddr) (*UnixConn, error)"},
manifest.go#L8956: {"LookupAddr", Func, 0, "func(addr string) (names []string, err error)"},
manifest.go#L8957: {"LookupCNAME", Func, 0, "func(host string) (cname string, err error)"},
manifest.go#L8958: {"LookupHost", Func, 0, "func(host string) (addrs []string, err error)"},
manifest.go#L8959: {"LookupIP", Func, 0, "func(host string) ([]IP, error)"},
manifest.go#L8960: {"LookupMX", Func, 0, "func(name string) ([]*MX, error)"},
manifest.go#L8961: {"LookupNS", Func, 1, "func(name string) ([]*NS, error)"},
manifest.go#L8962: {"LookupPort", Func, 0, "func(network string, service string) (port int, err error)"},
manifest.go#L8963: {"LookupSRV", Func, 0, "func(service string, proto string, name string) (cname string, addrs []*SRV, err error)"},
manifest.go#L8964: {"LookupTXT", Func, 0, "func(name string) ([]string, error)"},
manifest.go#L8977: {"ParseCIDR", Func, 0, "func(s string) (IP, *IPNet, error)"},
manifest.go#L8981: {"ParseIP", Func, 0, "func(s string) IP"},
manifest.go#L8982: {"ParseMAC", Func, 0, "func(s string) (hw HardwareAddr, err error)"},
manifest.go#L8983: {"Pipe", Func, 0, "func() (Conn, Conn)"},
manifest.go#L8984: {"ResolveIPAddr", Func, 0, "func(network string, address string) (*IPAddr, error)"},
manifest.go#L8985: {"ResolveTCPAddr", Func, 0, "func(network string, address string) (*TCPAddr, error)"},
manifest.go#L8986: {"ResolveUDPAddr", Func, 0, "func(network string, address string) (*UDPAddr, error)"},
manifest.go#L8987: {"ResolveUnixAddr", Func, 0, "func(network string, address string) (*UnixAddr, error)"},
manifest.go#L8997: {"SplitHostPort", Func, 0, "func(hostport string) (host string, port string, err error)"},
manifest.go#L9002: {"TCPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *TCPAddr"},
manifest.go#L9009: {"UDPAddrFromAddrPort", Func, 18, "func(addr netip.AddrPort) *UDPAddr"},
manifest.go#L9127: {"AllowQuerySemicolons", Func, 17, "func(h Handler) Handler"},
manifest.go#L9128: {"CanonicalHeaderKey", Func, 0, "func(s string) string"},
manifest.go#L9159: {"DetectContentType", Func, 0, "func(data []byte) string"},
manifest.go#L9183: {"Error", Func, 0, "func(w ResponseWriter, error string, code int)"},
manifest.go#L9184: {"FS", Func, 16, "func(fsys fs.FS) FileSystem"},
manifest.go#L9186: {"FileServer", Func, 0, "func(root FileSystem) Handler"},
manifest.go#L9187: {"FileServerFS", Func, 22, "func(root fs.FS) Handler"},
manifest.go#L9190: {"Get", Func, 0, "func(url string) (resp *Response, err error)"},
manifest.go#L9204: {"Handle", Func, 0, "func(pattern string, handler Handler)"},
manifest.go#L9205: {"HandleFunc", Func, 0, "func(pattern string, handler func(ResponseWriter, *Request))"},
manifest.go#L9208: {"Head", Func, 0, "func(url string) (resp *Response, err error)"},
manifest.go#L9211: {"ListenAndServe", Func, 0, "func(addr string, handler Handler) error"},
manifest.go#L9212: {"ListenAndServeTLS", Func, 0, "func(addr string, certFile string, keyFile string, handler Handler) error"},
manifest.go#L9216: {"MaxBytesHandler", Func, 18, "func(h Handler, n int64) Handler"},
manifest.go#L9217: {"MaxBytesReader", Func, 0, "func(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"},
manifest.go#L9227: {"NewCrossOriginProtection", Func, 25, "func() *CrossOriginProtection"},
manifest.go#L9228: {"NewFileTransport", Func, 0, "func(fs FileSystem) RoundTripper"},
manifest.go#L9229: {"NewFileTransportFS", Func, 22, "func(fsys fs.FS) RoundTripper"},
manifest.go#L9230: {"NewRequest", Func, 0, "func(method string, url string, body io.Reader) (*Request, error)"},
manifest.go#L9231: {"NewRequestWithContext", Func, 13, "func(ctx context.Context, method string, url string, body io.Reader) (*Request, error)"},
manifest.go#L9232: {"NewResponseController", Func, 20, "func(rw ResponseWriter) *ResponseController"},
manifest.go#L9233: {"NewServeMux", Func, 0, "func() *ServeMux"},
manifest.go#L9235: {"NotFound", Func, 0, "func(w ResponseWriter, r *Request)"},
manifest.go#L9236: {"NotFoundHandler", Func, 0, "func() Handler"},
manifest.go#L9237: {"ParseCookie", Func, 23, "func(line string) (#rv1 []*Cookie, #rv2 error)"},
manifest.go#L9238: {"ParseHTTPVersion", Func, 0, "func(vers string) (major int, minor int, ok bool)"},
manifest.go#L9239: {"ParseSetCookie", Func, 23, "func(line string) (*Cookie, error)"},
manifest.go#L9240: {"ParseTime", Func, 1, "func(text string) (t time.Time, err error)"},
manifest.go#L9241: {"Post", Func, 0, "func(url string, contentType string, body io.Reader) (resp *Response, err error)"},
manifest.go#L9242: {"PostForm", Func, 0, "func(url string, data url.Values) (resp *Response, err error)"},
manifest.go#L9246: {"ProxyFromEnvironment", Func, 0, "func(req *Request) (*url.URL, error)"},
manifest.go#L9247: {"ProxyURL", Func, 0, "func(fixedURL *url.URL) func(*Request) (*url.URL, error)"},
manifest.go#L9252: {"ReadRequest", Func, 0, "func(b *bufio.Reader) (*Request, error)"},
manifest.go#L9253: {"ReadResponse", Func, 0, "func(r *bufio.Reader, req *Request) (*Response, error)"},
manifest.go#L9254: {"Redirect", Func, 0, "func(w ResponseWriter, r *Request, url string, code int)"},
manifest.go#L9255: {"RedirectHandler", Func, 0, "func(url string, code int) Handler"},
manifest.go#L9302: {"Serve", Func, 0, "func(l net.Listener, handler Handler) error"},
manifest.go#L9303: {"ServeContent", Func, 0, "func(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker)"},
manifest.go#L9304: {"ServeFile", Func, 0, "func(w ResponseWriter, r *Request, name string)"},
manifest.go#L9305: {"ServeFileFS", Func, 22, "func(w ResponseWriter, r *Request, fsys fs.FS, name string)"},
manifest.go#L9307: {"ServeTLS", Func, 9, "func(l net.Listener, handler Handler, certFile string, keyFile string) error"},
manifest.go#L9327: {"SetCookie", Func, 0, "func(w ResponseWriter, cookie *Cookie)"},
manifest.go#L9386: {"StatusText", Func, 0, "func(code int) string"},
manifest.go#L9396: {"StripPrefix", Func, 0, "func(prefix string, h Handler) Handler"},
manifest.go#L9398: {"TimeoutHandler", Func, 0, "func(h Handler, dt time.Duration, msg string) Handler"},
manifest.go#L9439: {"Request", Func, 0, "func() (*http.Request, error)"},
manifest.go#L9440: {"RequestFromMap", Func, 0, "func(params map[string]string) (*http.Request, error)"},
manifest.go#L9441: {"Serve", Func, 0, "func(handler http.Handler) error"},
manifest.go#L9449: {"New", Func, 1, "func(o *Options) (*Jar, error)"},
manifest.go#L9457: {"ProcessEnv", Func, 9, "func(r *http.Request) map[string]string"},
manifest.go#L9458: {"Serve", Func, 0, "func(l net.Listener, handler http.Handler) error"},
manifest.go#L9474: {"NewRecorder", Func, 0, "func() *ResponseRecorder"},
manifest.go#L9475: {"NewRequest", Func, 7, "func(method string, target string, body io.Reader) *http.Request"},
manifest.go#L9476: {"NewRequestWithContext", Func, 23, "func(ctx context.Context, method string, target string, body io.Reader) *http.Request"},
manifest.go#L9477: {"NewServer", Func, 0, "func(handler http.Handler) *Server"},
manifest.go#L9478: {"NewTLSServer", Func, 0, "func(handler http.Handler) *Server"},
manifest.go#L9479: {"NewTestServer", Func, 27, "func(t testing.TB, handler http.Handler) *Server"},
manifest.go#L9480: {"NewUnstartedServer", Func, 0, "func(handler http.Handler) *Server"},
manifest.go#L9511: {"ContextClientTrace", Func, 7, "func(ctx context.Context) *ClientTrace"},
manifest.go#L9523: {"WithClientTrace", Func, 7, "func(ctx context.Context, trace *ClientTrace) context.Context"},
manifest.go#L9546: {"DumpRequest", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
manifest.go#L9547: {"DumpRequestOut", Func, 0, "func(req *http.Request, body bool) ([]byte, error)"},
manifest.go#L9548: {"DumpResponse", Func, 0, "func(resp *http.Response, body bool) ([]byte, error)"},
manifest.go#L9553: {"NewChunkedReader", Func, 0, "func(r io.Reader) io.Reader"},
manifest.go#L9554: {"NewChunkedWriter", Func, 0, "func(w io.Writer) io.WriteCloser"},
manifest.go#L9555: {"NewClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
manifest.go#L9556: {"NewProxyClientConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ClientConn"},
manifest.go#L9557: {"NewServerConn", Func, 0, "func(c net.Conn, r *bufio.Reader) *ServerConn"},
manifest.go#L9558: {"NewSingleHostReverseProxy", Func, 0, "func(target *url.URL) *ReverseProxy"},
manifest.go#L9574: {"Cmdline", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
manifest.go#L9575: {"Handler", Func, 0, "func(name string) http.Handler"},
manifest.go#L9576: {"Index", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
manifest.go#L9577: {"Profile", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
manifest.go#L9578: {"Symbol", Func, 0, "func(w http.ResponseWriter, r *http.Request)"},
manifest.go#L9579: {"Trace", Func, 5, "func(w http.ResponseWriter, r *http.Request)"},
manifest.go#L9598: {"ParseAddress", Func, 1, "func(address string) (*Address, error)"},
manifest.go#L9599: {"ParseAddressList", Func, 1, "func(list string) ([]*Address, error)"},
manifest.go#L9600: {"ParseDate", Func, 8, "func(date string) (time.Time, error)"},
manifest.go#L9601: {"ReadMessage", Func, 0, "func(r io.Reader) (msg *Message, err error)"},
manifest.go#L9666: {"AddrFrom16", Func, 18, "func(addr [16]byte) Addr"},
manifest.go#L9667: {"AddrFrom4", Func, 18, "func(addr [4]byte) Addr"},
manifest.go#L9668: {"AddrFromSlice", Func, 18, "func(slice []byte) (ip Addr, ok bool)"},
manifest.go#L9670: {"AddrPortFrom", Func, 18, "func(ip Addr, port uint16) AddrPort"},
manifest.go#L9671: {"IPv4Unspecified", Func, 18, "func() Addr"},
manifest.go#L9672: {"IPv6LinkLocalAllNodes", Func, 18, "func() Addr"},
manifest.go#L9673: {"IPv6LinkLocalAllRouters", Func, 20, "func() Addr"},
manifest.go#L9674: {"IPv6Loopback", Func, 20, "func() Addr"},
manifest.go#L9675: {"IPv6Unspecified", Func, 18, "func() Addr"},
manifest.go#L9676: {"MustParseAddr", Func, 18, "func(s string) Addr"},
manifest.go#L9677: {"MustParseAddrPort", Func, 18, "func(s string) AddrPort"},
manifest.go#L9678: {"MustParsePrefix", Func, 18, "func(s string) Prefix"},
manifest.go#L9679: {"ParseAddr", Func, 18, "func(s string) (Addr, error)"},
manifest.go#L9680: {"ParseAddrPort", Func, 18, "func(s string) (AddrPort, error)"},
manifest.go#L9681: {"ParsePrefix", Func, 18, "func(s string) (Prefix, error)"},
manifest.go#L9683: {"PrefixFrom", Func, 18, "func(ip Addr, bits int) Prefix"},
manifest.go#L9706: {"Accept", Func, 0, "func(lis net.Listener)"},
manifest.go#L9718: {"Dial", Func, 0, "func(network string, address string) (*Client, error)"},
manifest.go#L9719: {"DialHTTP", Func, 0, "func(network string, address string) (*Client, error)"},
manifest.go#L9720: {"DialHTTPPath", Func, 0, "func(network string, address string, path string) (*Client, error)"},
manifest.go#L9722: {"HandleHTTP", Func, 0, "func()"},
manifest.go#L9723: {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *Client"},
manifest.go#L9724: {"NewClientWithCodec", Func, 0, "func(codec ClientCodec) *Client"},
manifest.go#L9725: {"NewServer", Func, 0, "func() *Server"},
manifest.go#L9726: {"Register", Func, 0, "func(rcvr any) error"},
manifest.go#L9727: {"RegisterName", Func, 0, "func(name string, rcvr any) error"},
manifest.go#L9735: {"ServeCodec", Func, 0, "func(codec ServerCodec)"},
manifest.go#L9736: {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
manifest.go#L9737: {"ServeRequest", Func, 0, "func(codec ServerCodec) error"},
manifest.go#L9743: {"Dial", Func, 0, "func(network string, address string) (*rpc.Client, error)"},
manifest.go#L9744: {"NewClient", Func, 0, "func(conn io.ReadWriteCloser) *rpc.Client"},
manifest.go#L9745: {"NewClientCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ClientCodec"},
manifest.go#L9746: {"NewServerCodec", Func, 0, "func(conn io.ReadWriteCloser) rpc.ServerCodec"},
manifest.go#L9747: {"ServeConn", Func, 0, "func(conn io.ReadWriteCloser)"},
manifest.go#L9766: {"CRAMMD5Auth", Func, 0, "func(username string, secret string) Auth"},
manifest.go#L9769: {"Dial", Func, 0, "func(addr string) (*Client, error)"},
manifest.go#L9770: {"NewClient", Func, 0, "func(conn net.Conn, host string) (*Client, error)"},
manifest.go#L9771: {"PlainAuth", Func, 0, "func(identity string, username string, password string, host string) Auth"},
manifest.go#L9772: {"SendMail", Func, 0, "func(addr string, a Auth, from string, to []string, msg []byte) error"},
manifest.go#L9822: {"CanonicalMIMEHeaderKey", Func, 0, "func(s string) string"},
manifest.go#L9827: {"Dial", Func, 0, "func(network string, addr string) (*Conn, error)"},
manifest.go#L9832: {"NewConn", Func, 0, "func(conn io.ReadWriteCloser) *Conn"},
manifest.go#L9833: {"NewReader", Func, 0, "func(r *bufio.Reader) *Reader"},
manifest.go#L9834: {"NewWriter", Func, 0, "func(w *bufio.Writer) *Writer"},
manifest.go#L9839: {"TrimBytes", Func, 1, "func(b []byte) []byte"},
manifest.go#L9840: {"TrimString", Func, 1, "func(s string) string"},
manifest.go#L9883: {"JoinPath", Func, 19, "func(base string, elem ...string) (result string, err error)"},
manifest.go#L9884: {"Parse", Func, 0, "func(rawURL string) (*URL, error)"},
manifest.go#L9885: {"ParseQuery", Func, 0, "func(query string) (Values, error)"},
manifest.go#L9886: {"ParseRequestURI", Func, 0, "func(rawURL string) (*URL, error)"},
manifest.go#L9887: {"PathEscape", Func, 8, "func(s string) string"},
manifest.go#L9888: {"PathUnescape", Func, 8, "func(s string) (string, error)"},
manifest.go#L9889: {"QueryEscape", Func, 0, "func(s string) string"},
manifest.go#L9890: {"QueryUnescape", Func, 0, "func(s string) (string, error)"},
manifest.go#L9903: {"User", Func, 0, "func(username string) *Userinfo"},
manifest.go#L9904: {"UserPassword", Func, 0, "func(username string, password string) *Userinfo"},
manifest.go#L9991: {"Chdir", Func, 0, "func(dir string) error"},
manifest.go#L9992: {"Chmod", Func, 0, "func(name string, mode FileMode) error"},
manifest.go#L9993: {"Chown", Func, 0, "func(name string, uid int, gid int) error"},
manifest.go#L9994: {"Chtimes", Func, 0, "func(name string, atime time.Time, mtime time.Time) error"},
manifest.go#L9995: {"Clearenv", Func, 0, "func()"},
manifest.go#L9996: {"CopyFS", Func, 23, "func(dir string, fsys fs.FS) error"},
manifest.go#L9997: {"Create", Func, 0, "func(name string) (*File, error)"},
manifest.go#L9998: {"CreateTemp", Func, 16, "func(dir string, pattern string) (*File, error)"},
manifest.go#L10001: {"DirFS", Func, 16, "func(dir string) fs.FS"},
manifest.go#L10002: {"Environ", Func, 0, "func() []string"},
manifest.go#L10012: {"Executable", Func, 8, "func() (string, error)"},
manifest.go#L10013: {"Exit", Func, 0, "func(code int)"},
manifest.go#L10014: {"Expand", Func, 0, "func(s string, mapping func(string) string) string"},
manifest.go#L10015: {"ExpandEnv", Func, 0, "func(s string) string"},
manifest.go#L10019: {"FindProcess", Func, 0, "func(pid int) (*Process, error)"},
manifest.go#L10020: {"Getegid", Func, 0, "func() int"},
manifest.go#L10021: {"Getenv", Func, 0, "func(key string) string"},
manifest.go#L10022: {"Geteuid", Func, 0, "func() int"},
manifest.go#L10023: {"Getgid", Func, 0, "func() int"},
manifest.go#L10024: {"Getgroups", Func, 0, "func() ([]int, error)"},
manifest.go#L10025: {"Getpagesize", Func, 0, "func() int"},
manifest.go#L10026: {"Getpid", Func, 0, "func() int"},
manifest.go#L10027: {"Getppid", Func, 0, "func() int"},
manifest.go#L10028: {"Getuid", Func, 0, "func() int"},
manifest.go#L10029: {"Getwd", Func, 0, "func() (dir string, err error)"},
manifest.go#L10030: {"Hostname", Func, 0, "func() (name string, err error)"},
manifest.go#L10032: {"IsExist", Func, 0, "func(err error) bool"},
manifest.go#L10033: {"IsNotExist", Func, 0, "func(err error) bool"},
manifest.go#L10034: {"IsPathSeparator", Func, 0, "func(c uint8) bool"},
manifest.go#L10035: {"IsPermission", Func, 0, "func(err error) bool"},
manifest.go#L10036: {"IsTimeout", Func, 10, "func(err error) bool"},
manifest.go#L10038: {"Lchown", Func, 0, "func(name string, uid int, gid int) error"},
manifest.go#L10039: {"Link", Func, 0, "func(oldname string, newname string) error"},
manifest.go#L10045: {"LookupEnv", Func, 5, "func(key string) (string, bool)"},
manifest.go#L10046: {"Lstat", Func, 0, "func(name string) (FileInfo, error)"},
manifest.go#L10047: {"Mkdir", Func, 0, "func(name string, perm FileMode) error"},
manifest.go#L10048: {"MkdirAll", Func, 0, "func(path string, perm FileMode) error"},
manifest.go#L10049: {"MkdirTemp", Func, 16, "func(dir string, pattern string) (string, error)"},
manifest.go#L10065: {"NewFile", Func, 0, "func(fd uintptr, name string) *File"},
manifest.go#L10066: {"NewSyscallError", Func, 0, "func(syscall string, err error) error"},
manifest.go#L10075: {"Open", Func, 0, "func(name string) (*File, error)"},
manifest.go#L10076: {"OpenFile", Func, 0, "func(name string, flag int, perm FileMode) (*File, error)"},
manifest.go#L10077: {"OpenInRoot", Func, 24, "func(dir string, name string) (*File, error)"},
manifest.go#L10078: {"OpenRoot", Func, 24, "func(name string) (*Root, error)"},
manifest.go#L10085: {"Pipe", Func, 0, "func() (r *File, w *File, err error)"},
manifest.go#L10094: {"ReadDir", Func, 16, "func(name string) ([]DirEntry, error)"},
manifest.go#L10095: {"ReadFile", Func, 16, "func(name string) ([]byte, error)"},
manifest.go#L10096: {"Readlink", Func, 0, "func(name string) (string, error)"},
manifest.go#L10097: {"Remove", Func, 0, "func(name string) error"},
manifest.go#L10098: {"RemoveAll", Func, 0, "func(path string) error"},
manifest.go#L10099: {"Rename", Func, 0, "func(oldpath string, newpath string) error"},
manifest.go#L10104: {"SameFile", Func, 0, "func(fi1 FileInfo, fi2 FileInfo) bool"},
manifest.go#L10105: {"Setenv", Func, 0, "func(key string, value string) error"},
manifest.go#L10107: {"StartProcess", Func, 0, "func(name string, argv []string, attr *ProcAttr) (*Process, error)"},
manifest.go#L10108: {"Stat", Func, 0, "func(name string) (FileInfo, error)"},
manifest.go#L10112: {"Symlink", Func, 0, "func(oldname string, newname string) error"},
manifest.go#L10116: {"TempDir", Func, 0, "func() string"},
manifest.go#L10117: {"Truncate", Func, 0, "func(name string, size int64) error"},
manifest.go#L10118: {"Unsetenv", Func, 4, "func(key string) error"},
manifest.go#L10119: {"UserCacheDir", Func, 11, "func() (string, error)"},
manifest.go#L10120: {"UserConfigDir", Func, 13, "func() (string, error)"},
manifest.go#L10121: {"UserHomeDir", Func, 12, "func() (string, error)"},
manifest.go#L10122: {"WriteFile", Func, 16, "func(name string, data []byte, perm FileMode) error"},
manifest.go#L10162: {"Command", Func, 0, "func(name string, arg ...string) *Cmd"},
manifest.go#L10163: {"CommandContext", Func, 7, "func(ctx context.Context, name string, arg ...string) *Cmd"},
manifest.go#L10173: {"LookPath", Func, 0, "func(file string) (string, error)"},
manifest.go#L10176: {"Ignore", Func, 5, "func(sig ...os.Signal)"},
manifest.go#L10177: {"Ignored", Func, 11, "func(sig os.Signal) bool"},
manifest.go#L10178: {"Notify", Func, 0, "func(c chan<- os.Signal, sig ...os.Signal)"},
manifest.go#L10179: {"NotifyContext", Func, 16, "func(parent context.Context, signals ...os.Signal) (ctx context.Context, stop context.CancelFunc)"},
manifest.go#L10180: {"Reset", Func, 5, "func(sig ...os.Signal)"},
manifest.go#L10181: {"Stop", Func, 1, "func(c chan<- os.Signal)"},
manifest.go#L10189: {"Current", Func, 0, "func() (*User, error)"},
manifest.go#L10193: {"Lookup", Func, 0, "func(username string) (*User, error)"},
manifest.go#L10194: {"LookupGroup", Func, 7, "func(name string) (*Group, error)"},
manifest.go#L10195: {"LookupGroupId", Func, 7, "func(gid string) (*Group, error)"},
manifest.go#L10196: {"LookupId", Func, 0, "func(uid string) (*User, error)"},
manifest.go#L10209: {"Base", Func, 0, "func(path string) string"},
manifest.go#L10210: {"Clean", Func, 0, "func(path string) string"},
manifest.go#L10211: {"Dir", Func, 0, "func(path string) string"},
manifest.go#L10213: {"Ext", Func, 0, "func(path string) string"},
manifest.go#L10214: {"IsAbs", Func, 0, "func(path string) bool"},
manifest.go#L10215: {"Join", Func, 0, "func(elem ...string) string"},
manifest.go#L10216: {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
manifest.go#L10217: {"Split", Func, 0, "func(path string) (dir string, file string)"},
manifest.go#L10220: {"Abs", Func, 0, "func(path string) (string, error)"},
manifest.go#L10221: {"Base", Func, 0, "func(path string) string"},
manifest.go#L10222: {"Clean", Func, 0, "func(path string) string"},
manifest.go#L10223: {"Dir", Func, 0, "func(path string) string"},
manifest.go#L10225: {"EvalSymlinks", Func, 0, "func(path string) (string, error)"},
manifest.go#L10226: {"Ext", Func, 0, "func(path string) string"},
manifest.go#L10227: {"FromSlash", Func, 0, "func(path string) string"},
manifest.go#L10228: {"Glob", Func, 0, "func(pattern string) (matches []string, err error)"},
manifest.go#L10229: {"HasPrefix", Func, 0, "func(p string, prefix string) bool"},
manifest.go#L10230: {"IsAbs", Func, 0, "func(path string) bool"},
manifest.go#L10231: {"IsLocal", Func, 20, "func(path string) bool"},
manifest.go#L10232: {"Join", Func, 0, "func(elem ...string) string"},
manifest.go#L10234: {"Localize", Func, 23, "func(path string) (string, error)"},
manifest.go#L10235: {"Match", Func, 0, "func(pattern string, name string) (matched bool, err error)"},
manifest.go#L10236: {"Rel", Func, 0, "func(basePath string, targPath string) (string, error)"},
manifest.go#L10240: {"Split", Func, 0, "func(path string) (dir string, file string)"},
manifest.go#L10241: {"SplitList", Func, 0, "func(path string) []string"},
manifest.go#L10242: {"ToSlash", Func, 0, "func(path string) string"},
manifest.go#L10243: {"VolumeName", Func, 0, "func(path string) string"},
manifest.go#L10244: {"Walk", Func, 0, "func(root string, fn WalkFunc) error"},
manifest.go#L10245: {"WalkDir", Func, 16, "func(root string, fn fs.WalkDirFunc) error"},
manifest.go#L10250: {"Open", Func, 8, "func(path string) (*Plugin, error)"},
manifest.go#L10384: {"Append", Func, 0, "func(s Value, x ...Value) Value"},
manifest.go#L10385: {"AppendSlice", Func, 0, "func(s Value, t Value) Value"},
manifest.go#L10387: {"ArrayOf", Func, 5, "func(length int, elem Type) Type"},
manifest.go#L10392: {"ChanOf", Func, 1, "func(dir ChanDir, t Type) Type"},
manifest.go#L10395: {"Copy", Func, 0, "func(dst Value, src Value) int"},
manifest.go#L10396: {"DeepEqual", Func, 0, "func(x any, y any) bool"},
manifest.go#L10400: {"FuncOf", Func, 5, "func(in []Type, out []Type, variadic bool) Type"},
manifest.go#L10401: {"Indirect", Func, 0, "func(v Value) Value"},
manifest.go#L10410: {"MakeChan", Func, 0, "func(typ Type, buffer int) Value"},
manifest.go#L10411: {"MakeFunc", Func, 1, "func(typ Type, fn func(args []Value) (results []Value)) Value"},
manifest.go#L10412: {"MakeMap", Func, 0, "func(typ Type) Value"},
manifest.go#L10413: {"MakeMapWithSize", Func, 9, "func(typ Type, n int) Value"},
manifest.go#L10414: {"MakeSlice", Func, 0, "func(typ Type, len int, cap int) Value"},
manifest.go#L10417: {"MapOf", Func, 1, "func(key Type, elem Type) Type"},
manifest.go#L10424: {"New", Func, 0, "func(typ Type) Value"},
manifest.go#L10425: {"NewAt", Func, 0, "func(typ Type, p unsafe.Pointer) Value"},
manifest.go#L10427: {"PointerTo", Func, 18, "func(t Type) Type"},
manifest.go#L10429: {"PtrTo", Func, 0, "func(t Type) Type"},
manifest.go#L10431: {"Select", Func, 1, "func(cases []SelectCase) (chosen int, recv Value, recvOK bool)"},
manifest.go#L10442: {"SliceAt", Func, 23, "func(typ Type, p unsafe.Pointer, n int) Value"},
manifest.go#L10447: {"SliceOf", Func, 1, "func(t Type) Type"},
manifest.go#L10461: {"StructOf", Func, 7, "func(fields []StructField) Type"},
manifest.go#L10463: {"Swapper", Func, 8, "func(slice any) func(i int, j int)"},
manifest.go#L10464: {"TypeAssert", Func, 25, "func[T any](v Value) (T, bool)"},
manifest.go#L10465: {"TypeFor", Func, 22, "func[T any]() Type"},
manifest.go#L10466: {"TypeOf", Func, 0, "func(i any) Type"},
manifest.go#L10478: {"ValueOf", Func, 0, "func(i any) Value"},
manifest.go#L10479: {"VisibleFields", Func, 17, "func(t Type) []StructField"},
manifest.go#L10480: {"Zero", Func, 0, "func(typ Type) Value"},
manifest.go#L10523: {"Compile", Func, 0, "func(expr string) (*Regexp, error)"},
manifest.go#L10524: {"CompilePOSIX", Func, 0, "func(expr string) (*Regexp, error)"},
manifest.go#L10525: {"Match", Func, 0, "func(pattern string, b []byte) (matched bool, err error)"},
manifest.go#L10526: {"MatchReader", Func, 0, "func(pattern string, r io.RuneReader) (matched bool, err error)"},
manifest.go#L10527: {"MatchString", Func, 0, "func(pattern string, s string) (matched bool, err error)"},
manifest.go#L10528: {"MustCompile", Func, 0, "func(str string) *Regexp"},
manifest.go#L10529: {"MustCompilePOSIX", Func, 0, "func(str string) *Regexp"},
manifest.go#L10530: {"QuoteMeta", Func, 0, "func(s string) string"},
manifest.go#L10551: {"Compile", Func, 0, "func(re *Regexp) (*Prog, error)"},
manifest.go#L10559: {"EmptyOpContext", Func, 0, "func(r1 rune, r2 rune) EmptyOp"},
manifest.go#L10600: {"IsWordChar", Func, 0, "func(r rune) bool"},
manifest.go#L10626: {"Parse", Func, 0, "func(s string, flags Flags) (*Regexp, error)"},
manifest.go#L10667: {"AddCleanup", Func, 24, "func[T, S any](ptr *T, cleanup func(S), arg S) Cleanup"},
manifest.go#L10668: {"BlockProfile", Func, 1, "func(p []BlockProfileRecord) (n int, ok bool)"},
manifest.go#L10673: {"Breakpoint", Func, 0, "func()"},
manifest.go#L10674: {"CPUProfile", Func, 0, "func() []byte"},
manifest.go#L10675: {"Caller", Func, 0, "func(skip int) (pc uintptr, file string, line int, ok bool)"},
manifest.go#L10676: {"Callers", Func, 0, "func(skip int, pc []uintptr) int"},
manifest.go#L10677: {"CallersFrames", Func, 7, "func(callers []uintptr) *Frames"},
manifest.go#L10690: {"FuncForPC", Func, 0, "func(pc uintptr) *Func"},
manifest.go#L10691: {"GC", Func, 0, "func()"},
manifest.go#L10693: {"GOMAXPROCS", Func, 0, "func(n int) int"},
manifest.go#L10695: {"GOROOT", Func, 0, "func() string"},
manifest.go#L10696: {"Goexit", Func, 0, "func()"},
manifest.go#L10697: {"GoroutineProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
manifest.go#L10698: {"Gosched", Func, 0, "func()"},
manifest.go#L10699: {"KeepAlive", Func, 7, "func(x any)"},
manifest.go#L10700: {"LockOSThread", Func, 0, "func()"},
manifest.go#L10701: {"MemProfile", Func, 0, "func(p []MemProfileRecord, inuseZero bool) (n int, ok bool)"},
manifest.go#L10742: {"MutexProfile", Func, 8, "func(p []BlockProfileRecord) (n int, ok bool)"},
manifest.go#L10743: {"NumCPU", Func, 0, "func() int"},
manifest.go#L10744: {"NumCgoCall", Func, 0, "func() int64"},
manifest.go#L10745: {"NumGoroutine", Func, 0, "func() int"},
manifest.go#L10748: {"ReadMemStats", Func, 0, "func(m *MemStats)"},
manifest.go#L10749: {"ReadTrace", Func, 5, "func() (buf []byte)"},
manifest.go#L10750: {"SetBlockProfileRate", Func, 1, "func(rate int)"},
manifest.go#L10751: {"SetCPUProfileRate", Func, 0, "func(hz int)"},
manifest.go#L10752: {"SetCgoTraceback", Func, 7, "func(version int, traceback unsafe.Pointer, context unsafe.Pointer, symbolizer unsafe.Pointer)"},
manifest.go#L10753: {"SetDefaultGOMAXPROCS", Func, 25, "func()"},
manifest.go#L10754: {"SetFinalizer", Func, 0, "func(obj any, finalizer any)"},
manifest.go#L10755: {"SetMutexProfileFraction", Func, 8, "func(rate int) int"},
manifest.go#L10756: {"Stack", Func, 0, "func(buf []byte, all bool) int"},
manifest.go#L10759: {"StartTrace", Func, 5, "func() error"},
manifest.go#L10760: {"StopTrace", Func, 5, "func()"},
manifest.go#L10761: {"ThreadCreateProfile", Func, 0, "func(p []StackRecord) (n int, ok bool)"},
manifest.go#L10763: {"UnlockOSThread", Func, 0, "func()"},
manifest.go#L10764: {"Version", Func, 0, "func() string"},
manifest.go#L10771: {"NewHandle", Func, 17, ""},
manifest.go#L10774: {"ClearCounters", Func, 20, "func() error"},
manifest.go#L10775: {"WriteCounters", Func, 20, "func(w io.Writer) error"},
manifest.go#L10776: {"WriteCountersDir", Func, 20, "func(dir string) error"},
manifest.go#L10777: {"WriteMeta", Func, 20, "func(w io.Writer) error"},
manifest.go#L10778: {"WriteMetaDir", Func, 20, "func(dir string) error"},
manifest.go#L10792: {"FreeOSMemory", Func, 1, "func()"},
manifest.go#L10805: {"ParseBuildInfo", Func, 18, "func(data string) (bi *BuildInfo, err error)"},
manifest.go#L10806: {"PrintStack", Func, 0, "func()"},
manifest.go#L10807: {"ReadBuildInfo", Func, 12, "func() (info *BuildInfo, ok bool)"},
manifest.go#L10808: {"ReadGCStats", Func, 1, "func(stats *GCStats)"},
manifest.go#L10809: {"SetCrashOutput", Func, 23, "func(f *os.File, opts CrashOptions) error"},
manifest.go#L10810: {"SetGCPercent", Func, 1, "func(percent int) int"},
manifest.go#L10811: {"SetMaxStack", Func, 2, "func(bytes int) int"},
manifest.go#L10812: {"SetMaxThreads", Func, 2, "func(threads int) int"},
manifest.go#L10813: {"SetMemoryLimit", Func, 19, "func(limit int64) int64"},
manifest.go#L10814: {"SetPanicOnFault", Func, 3, "func(enabled bool) bool"},
manifest.go#L10815: {"SetTraceback", Func, 6, "func(level string)"},
manifest.go#L10816: {"Stack", Func, 0, "func() []byte"},
manifest.go#L10817: {"WriteHeapDump", Func, 3, "func(fd uintptr)"},
manifest.go#L10824: {"All", Func, 16, "func() []Description"},
manifest.go#L10837: {"Read", Func, 16, "func(m []Sample)"},
manifest.go#L10850: {"Do", Func, 9, "func(ctx context.Context, labels LabelSet, f func(context.Context))"},
manifest.go#L10851: {"ForLabels", Func, 9, "func(ctx context.Context, f func(key string, value string) bool)"},
manifest.go#L10852: {"Label", Func, 9, "func(ctx context.Context, key string) (string, bool)"},
manifest.go#L10854: {"Labels", Func, 9, "func(args ...string) LabelSet"},
manifest.go#L10855: {"Lookup", Func, 0, "func(name string) *Profile"},
manifest.go#L10856: {"NewProfile", Func, 0, "func(name string) *Profile"},
manifest.go#L10858: {"Profiles", Func, 0, "func() []*Profile"},
manifest.go#L10859: {"SetGoroutineLabels", Func, 9, "func(ctx context.Context)"},
manifest.go#L10860: {"StartCPUProfile", Func, 0, "func(w io.Writer) error"},
manifest.go#L10861: {"StopCPUProfile", Func, 0, "func()"},
manifest.go#L10862: {"WithLabels", Func, 9, "func(ctx context.Context, labels LabelSet) context.Context"},
manifest.go#L10863: {"WriteHeapProfile", Func, 0, "func(w io.Writer) error"},
manifest.go#L10876: {"IsEnabled", Func, 11, "func() bool"},
manifest.go#L10877: {"Log", Func, 11, "func(ctx context.Context, category string, message string)"},
manifest.go#L10878: {"Logf", Func, 11, "func(ctx context.Context, category string, format string, args ...any)"},
manifest.go#L10879: {"NewFlightRecorder", Func, 25, "func(cfg FlightRecorderConfig) *FlightRecorder"},
manifest.go#L10880: {"NewTask", Func, 11, "func(pctx context.Context, taskType string) (ctx context.Context, task *Task)"},
manifest.go#L10882: {"Start", Func, 5, "func(w io.Writer) error"},
manifest.go#L10883: {"StartRegion", Func, 11, "func(ctx context.Context, regionType string) *Region"},
manifest.go#L10884: {"Stop", Func, 5, "func()"},
manifest.go#L10886: {"WithRegion", Func, 11, "func(ctx context.Context, regionType string, fn func())"},
manifest.go#L10889: {"All", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
manifest.go#L10890: {"AppendSeq", Func, 23, "func[Slice ~[]E, E any](s Slice, seq iter.Seq[E]) Slice"},
manifest.go#L10891: {"Backward", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq2[int, E]"},
manifest.go#L10892: {"BinarySearch", Func, 21, "func[S ~[]E, E cmp.Ordered](x S, target E) (int, bool)"},
manifest.go#L10893: {"BinarySearchFunc", Func, 21, "func[S ~[]E, E, T any](x S, target T, cmp func(E, T) int) (int, bool)"},
manifest.go#L10894: {"Chunk", Func, 23, "func[Slice ~[]E, E any](s Slice, n int) iter.Seq[Slice]"},
manifest.go#L10895: {"Clip", Func, 21, "func[S ~[]E, E any](s S) S"},
manifest.go#L10896: {"Clone", Func, 21, "func[S ~[]E, E any](s S) S"},
manifest.go#L10897: {"Collect", Func, 23, "func[E any](seq iter.Seq[E]) []E"},
manifest.go#L10898: {"Compact", Func, 21, "func[S ~[]E, E comparable](s S) S"},
manifest.go#L10899: {"CompactFunc", Func, 21, "func[S ~[]E, E any](s S, eq func(E, E) bool) S"},
manifest.go#L10900: {"Compare", Func, 21, "func[S ~[]E, E cmp.Ordered](s1 S, s2 S) int"},
manifest.go#L10901: {"CompareFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(E1, E2) int) int"},
manifest.go#L10902: {"Concat", Func, 22, "func[S ~[]E, E any](slices ...S) S"},
manifest.go#L10903: {"Contains", Func, 21, "func[S ~[]E, E comparable](s S, v E) bool"},
manifest.go#L10904: {"ContainsFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) bool"},
manifest.go#L10905: {"Delete", Func, 21, "func[S ~[]E, E any](s S, i int, j int) S"},
manifest.go#L10906: {"DeleteFunc", Func, 21, "func[S ~[]E, E any](s S, del func(E) bool) S"},
manifest.go#L10907: {"Equal", Func, 21, "func[S ~[]E, E comparable](s1 S, s2 S) bool"},
manifest.go#L10908: {"EqualFunc", Func, 21, "func[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1, E2) bool) bool"},
manifest.go#L10909: {"Grow", Func, 21, "func[S ~[]E, E any](s S, n int) S"},
manifest.go#L10910: {"Index", Func, 21, "func[S ~[]E, E comparable](s S, v E) int"},
manifest.go#L10911: {"IndexFunc", Func, 21, "func[S ~[]E, E any](s S, f func(E) bool) int"},
manifest.go#L10912: {"Insert", Func, 21, "func[S ~[]E, E any](s S, i int, v ...E) S"},
manifest.go#L10913: {"IsSorted", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) bool"},
manifest.go#L10914: {"IsSortedFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) bool"},
manifest.go#L10915: {"Max", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
manifest.go#L10916: {"MaxFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
manifest.go#L10917: {"Min", Func, 21, "func[S ~[]E, E cmp.Ordered](x S) E"},
manifest.go#L10918: {"MinFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int) E"},
manifest.go#L10919: {"Repeat", Func, 23, "func[S ~[]E, E any](x S, count int) S"},
manifest.go#L10920: {"Replace", Func, 21, "func[S ~[]E, E any](s S, i int, j int, v ...E) S"},
manifest.go#L10921: {"Reverse", Func, 21, "func[S ~[]E, E any](s S)"},
manifest.go#L10922: {"Sort", Func, 21, "func[S ~[]E, E cmp.Ordered](x S)"},
manifest.go#L10923: {"SortFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
manifest.go#L10924: {"SortStableFunc", Func, 21, "func[S ~[]E, E any](x S, cmp func(a E, b E) int)"},
manifest.go#L10925: {"Sorted", Func, 23, "func[E cmp.Ordered](seq iter.Seq[E]) []E"},
manifest.go#L10926: {"SortedFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
manifest.go#L10927: {"SortedStableFunc", Func, 23, "func[E any](seq iter.Seq[E], cmp func(E, E) int) []E"},
manifest.go#L10928: {"Values", Func, 23, "func[Slice ~[]E, E any](s Slice) iter.Seq[E]"},
manifest.go#L10949: {"Find", Func, 19, "func(n int, cmp func(int) int) (i int, found bool)"},
manifest.go#L10951: {"Float64s", Func, 0, "func(x []float64)"},
manifest.go#L10952: {"Float64sAreSorted", Func, 0, "func(x []float64) bool"},
manifest.go#L10955: {"Ints", Func, 0, "func(x []int)"},
manifest.go#L10956: {"IntsAreSorted", Func, 0, "func(x []int) bool"},
manifest.go#L10957: {"IsSorted", Func, 0, "func(data Interface) bool"},
manifest.go#L10958: {"Reverse", Func, 1, "func(data Interface) Interface"},
manifest.go#L10959: {"Search", Func, 0, "func(n int, f func(int) bool) int"},
manifest.go#L10960: {"SearchFloat64s", Func, 0, "func(a []float64, x float64) int"},
manifest.go#L10961: {"SearchInts", Func, 0, "func(a []int, x int) int"},
manifest.go#L10962: {"SearchStrings", Func, 0, "func(a []string, x string) int"},
manifest.go#L10963: {"Slice", Func, 8, "func(x any, less func(i int, j int) bool)"},
manifest.go#L10964: {"SliceIsSorted", Func, 8, "func(x any, less func(i int, j int) bool) bool"},
manifest.go#L10965: {"SliceStable", Func, 8, "func(x any, less func(i int, j int) bool)"},
manifest.go#L10966: {"Sort", Func, 0, "func(data Interface)"},
manifest.go#L10967: {"Stable", Func, 2, "func(data Interface)"},
manifest.go#L10969: {"Strings", Func, 0, "func(x []string)"},
manifest.go#L10970: {"StringsAreSorted", Func, 0, "func(x []string) bool"},
manifest.go#L10975: {"AppendBool", Func, 0, "func(dst []byte, b bool) []byte"},
manifest.go#L10976: {"AppendFloat", Func, 0, "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"},
manifest.go#L10977: {"AppendInt", Func, 0, "func(dst []byte, i int64, base int) []byte"},
manifest.go#L10978: {"AppendQuote", Func, 0, "func(dst []byte, s string) []byte"},
manifest.go#L10979: {"AppendQuoteRune", Func, 0, "func(dst []byte, r rune) []byte"},
manifest.go#L10980: {"AppendQuoteRuneToASCII", Func, 0, "func(dst []byte, r rune) []byte"},
manifest.go#L10981: {"AppendQuoteRuneToGraphic", Func, 6, "func(dst []byte, r rune) []byte"},
manifest.go#L10982: {"AppendQuoteToASCII", Func, 0, "func(dst []byte, s string) []byte"},
manifest.go#L10983: {"AppendQuoteToGraphic", Func, 6, "func(dst []byte, s string) []byte"},
manifest.go#L10984: {"AppendUint", Func, 0, "func(dst []byte, i uint64, base int) []byte"},
manifest.go#L10985: {"Atoi", Func, 0, "func(s string) (int, error)"},
manifest.go#L10986: {"CanBackquote", Func, 0, "func(s string) bool"},
manifest.go#L10989: {"FormatBool", Func, 0, "func(b bool) string"},
manifest.go#L10990: {"FormatComplex", Func, 15, "func(c complex128, fmt byte, prec int, bitSize int) string"},
manifest.go#L10991: {"FormatFloat", Func, 0, "func(f float64, fmt byte, prec int, bitSize int) string"},
manifest.go#L10992: {"FormatInt", Func, 0, "func(i int64, base int) string"},
manifest.go#L10993: {"FormatUint", Func, 0, "func(i uint64, base int) string"},
manifest.go#L10995: {"IsGraphic", Func, 6, "func(r rune) bool"},
manifest.go#L10996: {"IsPrint", Func, 0, "func(r rune) bool"},
manifest.go#L10997: {"Itoa", Func, 0, "func(i int) string"},
manifest.go#L11002: {"ParseBool", Func, 0, "func(str string) (bool, error)"},
manifest.go#L11003: {"ParseComplex", Func, 15, "func(s string, bitSize int) (complex128, error)"},
manifest.go#L11004: {"ParseFloat", Func, 0, "func(s string, bitSize int) (float64, error)"},
manifest.go#L11005: {"ParseInt", Func, 0, "func(s string, base int, bitSize int) (i int64, err error)"},
manifest.go#L11006: {"ParseUint", Func, 0, "func(s string, base int, bitSize int) (uint64, error)"},
manifest.go#L11007: {"Quote", Func, 0, "func(s string) string"},
manifest.go#L11008: {"QuoteRune", Func, 0, "func(r rune) string"},
manifest.go#L11009: {"QuoteRuneToASCII", Func, 0, "func(r rune) string"},
manifest.go#L11010: {"QuoteRuneToGraphic", Func, 6, "func(r rune) string"},
manifest.go#L11011: {"QuoteToASCII", Func, 0, "func(s string) string"},
manifest.go#L11012: {"QuoteToGraphic", Func, 6, "func(s string) string"},
manifest.go#L11013: {"QuotedPrefix", Func, 17, "func(s string) (string, error)"},
manifest.go#L11014: {"Unquote", Func, 0, "func(s string) (string, error)"},
manifest.go#L11015: {"UnquoteChar", Func, 0, "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"},
manifest.go#L11041: {"Clone", Func, 18, "func(s string) string"},
manifest.go#L11042: {"Compare", Func, 5, "func(a string, b string) int"},
manifest.go#L11043: {"Contains", Func, 0, "func(s string, substr string) bool"},
manifest.go#L11044: {"ContainsAny", Func, 0, "func(s string, chars string) bool"},
manifest.go#L11045: {"ContainsFunc", Func, 21, "func(s string, f func(rune) bool) bool"},
manifest.go#L11046: {"ContainsRune", Func, 0, "func(s string, r rune) bool"},
manifest.go#L11047: {"Count", Func, 0, "func(s string, substr string) int"},
manifest.go#L11048: {"Cut", Func, 18, "func(s string, sep string) (before string, after string, found bool)"},
manifest.go#L11049: {"CutLast", Func, 27, "func(s string, sep string) (before string, after string, found bool)"},
manifest.go#L11050: {"CutPrefix", Func, 20, "func(s string, prefix string) (after string, found bool)"},
manifest.go#L11051: {"CutSuffix", Func, 20, "func(s string, suffix string) (before string, found bool)"},
manifest.go#L11052: {"EqualFold", Func, 0, "func(s string, t string) bool"},
manifest.go#L11053: {"Fields", Func, 0, "func(s string) []string"},
manifest.go#L11054: {"FieldsFunc", Func, 0, "func(s string, f func(rune) bool) []string"},
manifest.go#L11055: {"FieldsFuncSeq", Func, 24, "func(s string, f func(rune) bool) iter.Seq[string]"},
manifest.go#L11056: {"FieldsSeq", Func, 24, "func(s string) iter.Seq[string]"},
manifest.go#L11057: {"HasPrefix", Func, 0, "func(s string, prefix string) bool"},
manifest.go#L11058: {"HasSuffix", Func, 0, "func(s string, suffix string) bool"},
manifest.go#L11059: {"Index", Func, 0, "func(s string, substr string) int"},
manifest.go#L11060: {"IndexAny", Func, 0, "func(s string, chars string) int"},
manifest.go#L11061: {"IndexByte", Func, 2, "func(s string, c byte) int"},
manifest.go#L11062: {"IndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
manifest.go#L11063: {"IndexRune", Func, 0, "func(s string, r rune) int"},
manifest.go#L11064: {"Join", Func, 0, "func(elems []string, sep string) string"},
manifest.go#L11065: {"LastIndex", Func, 0, "func(s string, substr string) int"},
manifest.go#L11066: {"LastIndexAny", Func, 0, "func(s string, chars string) int"},
manifest.go#L11067: {"LastIndexByte", Func, 5, "func(s string, c byte) int"},
manifest.go#L11068: {"LastIndexFunc", Func, 0, "func(s string, f func(rune) bool) int"},
manifest.go#L11069: {"Lines", Func, 24, "func(s string) iter.Seq[string]"},
manifest.go#L11070: {"Map", Func, 0, "func(mapping func(rune) rune, s string) string"},
manifest.go#L11071: {"NewReader", Func, 0, "func(s string) *Reader"},
manifest.go#L11072: {"NewReplacer", Func, 0, "func(oldnew ...string) *Replacer"},
manifest.go#L11074: {"Repeat", Func, 0, "func(s string, count int) string"},
manifest.go#L11075: {"Replace", Func, 0, "func(s string, old string, new string, n int) string"},
manifest.go#L11076: {"ReplaceAll", Func, 12, "func(s string, old string, new string) string"},
manifest.go#L11078: {"Split", Func, 0, "func(s string, sep string) []string"},
manifest.go#L11079: {"SplitAfter", Func, 0, "func(s string, sep string) []string"},
manifest.go#L11080: {"SplitAfterN", Func, 0, "func(s string, sep string, n int) []string"},
manifest.go#L11081: {"SplitAfterSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
manifest.go#L11082: {"SplitN", Func, 0, "func(s string, sep string, n int) []string"},
manifest.go#L11083: {"SplitSeq", Func, 24, "func(s string, sep string) iter.Seq[string]"},
manifest.go#L11084: {"Title", Func, 0, "func(s string) string"},
manifest.go#L11085: {"ToLower", Func, 0, "func(s string) string"},
manifest.go#L11086: {"ToLowerSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
manifest.go#L11087: {"ToTitle", Func, 0, "func(s string) string"},
manifest.go#L11088: {"ToTitleSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
manifest.go#L11089: {"ToUpper", Func, 0, "func(s string) string"},
manifest.go#L11090: {"ToUpperSpecial", Func, 0, "func(c unicode.SpecialCase, s string) string"},
manifest.go#L11091: {"ToValidUTF8", Func, 13, "func(s string, replacement string) string"},
manifest.go#L11092: {"Trim", Func, 0, "func(s string, cutset string) string"},
manifest.go#L11093: {"TrimFunc", Func, 0, "func(s string, f func(rune) bool) string"},
manifest.go#L11094: {"TrimLeft", Func, 0, "func(s string, cutset string) string"},
manifest.go#L11095: {"TrimLeftFunc", Func, 0, "func(s string, f func(rune) bool) string"},
manifest.go#L11096: {"TrimPrefix", Func, 1, "func(s string, prefix string) string"},
manifest.go#L11097: {"TrimRight", Func, 0, "func(s string, cutset string) string"},
manifest.go#L11098: {"TrimRightFunc", Func, 0, "func(s string, f func(rune) bool) string"},
manifest.go#L11099: {"TrimSpace", Func, 0, "func(s string) string"},
manifest.go#L11100: {"TrimSuffix", Func, 1, "func(s string, suffix string) string"},
manifest.go#L11143: {"NewCond", Func, 0, "func(l Locker) *Cond"},
manifest.go#L11145: {"OnceFunc", Func, 21, "func(f func()) func()"},
manifest.go#L11146: {"OnceValue", Func, 21, "func[T any](f func() T) func() T"},
manifest.go#L11147: {"OnceValues", Func, 21, "func[T1, T2 any](f func() (T1, T2)) func() (T1, T2)"},
manifest.go#L11201: {"AddInt32", Func, 0, "func(addr *int32, delta int32) (new int32)"},
manifest.go#L11202: {"AddInt64", Func, 0, "func(addr *int64, delta int64) (new int64)"},
manifest.go#L11203: {"AddUint32", Func, 0, "func(addr *uint32, delta uint32) (new uint32)"},
manifest.go#L11204: {"AddUint64", Func, 0, "func(addr *uint64, delta uint64) (new uint64)"},
manifest.go#L11205: {"AddUintptr", Func, 0, "func(addr *uintptr, delta uintptr) (new uintptr)"},
manifest.go#L11206: {"AndInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
manifest.go#L11207: {"AndInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
manifest.go#L11208: {"AndUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
manifest.go#L11209: {"AndUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
manifest.go#L11210: {"AndUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
manifest.go#L11212: {"CompareAndSwapInt32", Func, 0, "func(addr *int32, old int32, new int32) (swapped bool)"},
manifest.go#L11213: {"CompareAndSwapInt64", Func, 0, "func(addr *int64, old int64, new int64) (swapped bool)"},
manifest.go#L11214: {"CompareAndSwapPointer", Func, 0, "func(addr *unsafe.Pointer, old unsafe.Pointer, new unsafe.Pointer) (swapped bool)"},
manifest.go#L11215: {"CompareAndSwapUint32", Func, 0, "func(addr *uint32, old uint32, new uint32) (swapped bool)"},
manifest.go#L11216: {"CompareAndSwapUint64", Func, 0, "func(addr *uint64, old uint64, new uint64) (swapped bool)"},
manifest.go#L11217: {"CompareAndSwapUintptr", Func, 0, "func(addr *uintptr, old uintptr, new uintptr) (swapped bool)"},
manifest.go#L11220: {"LoadInt32", Func, 0, "func(addr *int32) (val int32)"},
manifest.go#L11221: {"LoadInt64", Func, 0, "func(addr *int64) (val int64)"},
manifest.go#L11222: {"LoadPointer", Func, 0, "func(addr *unsafe.Pointer) (val unsafe.Pointer)"},
manifest.go#L11223: {"LoadUint32", Func, 0, "func(addr *uint32) (val uint32)"},
manifest.go#L11224: {"LoadUint64", Func, 0, "func(addr *uint64) (val uint64)"},
manifest.go#L11225: {"LoadUintptr", Func, 0, "func(addr *uintptr) (val uintptr)"},
manifest.go#L11226: {"OrInt32", Func, 23, "func(addr *int32, mask int32) (old int32)"},
manifest.go#L11227: {"OrInt64", Func, 23, "func(addr *int64, mask int64) (old int64)"},
manifest.go#L11228: {"OrUint32", Func, 23, "func(addr *uint32, mask uint32) (old uint32)"},
manifest.go#L11229: {"OrUint64", Func, 23, "func(addr *uint64, mask uint64) (old uint64)"},
manifest.go#L11230: {"OrUintptr", Func, 23, "func(addr *uintptr, mask uintptr) (old uintptr)"},
manifest.go#L11232: {"StoreInt32", Func, 0, "func(addr *int32, val int32)"},
manifest.go#L11233: {"StoreInt64", Func, 0, "func(addr *int64, val int64)"},
manifest.go#L11234: {"StorePointer", Func, 0, "func(addr *unsafe.Pointer, val unsafe.Pointer)"},
manifest.go#L11235: {"StoreUint32", Func, 0, "func(addr *uint32, val uint32)"},
manifest.go#L11236: {"StoreUint64", Func, 0, "func(addr *uint64, val uint64)"},
manifest.go#L11237: {"StoreUintptr", Func, 0, "func(addr *uintptr, val uintptr)"},
manifest.go#L11238: {"SwapInt32", Func, 2, "func(addr *int32, new int32) (old int32)"},
manifest.go#L11239: {"SwapInt64", Func, 2, "func(addr *int64, new int64) (old int64)"},
manifest.go#L11240: {"SwapPointer", Func, 2, "func(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)"},
manifest.go#L11241: {"SwapUint32", Func, 2, "func(addr *uint32, new uint32) (old uint32)"},
manifest.go#L11242: {"SwapUint64", Func, 2, "func(addr *uint64, new uint64) (old uint64)"},
manifest.go#L11243: {"SwapUintptr", Func, 2, "func(addr *uintptr, new uintptr) (old uintptr)"},
manifest.go#L11492: {"Accept", Func, 0, "func(fd int) (nfd int, sa Sockaddr, err error)"},
manifest.go#L11493: {"Accept4", Func, 1, "func(fd int, flags int) (nfd int, sa Sockaddr, err error)"},
manifest.go#L11494: {"AcceptEx", Func, 0, ""},
manifest.go#L11495: {"Access", Func, 0, "func(path string, mode uint32) (err error)"},
manifest.go#L11496: {"Acct", Func, 0, "func(path string) (err error)"},
manifest.go#L11506: {"Adjtime", Func, 0, ""},
manifest.go#L11507: {"Adjtimex", Func, 0, "func(buf *Timex) (state int, err error)"},
manifest.go#L11508: {"AllThreadsSyscall", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
manifest.go#L11509: {"AllThreadsSyscall6", Func, 16, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
manifest.go#L11510: {"AttachLsf", Func, 0, "func(fd int, i []SockFilter) error"},
manifest.go#L11660: {"Bind", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
manifest.go#L11661: {"BindToDevice", Func, 0, "func(fd int, device string) (err error)"},
manifest.go#L11662: {"BpfBuflen", Func, 0, ""},
manifest.go#L11663: {"BpfDatalink", Func, 0, ""},
manifest.go#L11670: {"BpfHeadercmpl", Func, 0, ""},
manifest.go#L11676: {"BpfInterface", Func, 0, ""},
manifest.go#L11677: {"BpfJump", Func, 0, ""},
manifest.go#L11687: {"BpfStats", Func, 0, ""},
manifest.go#L11688: {"BpfStmt", Func, 0, ""},
manifest.go#L11689: {"BpfTimeout", Func, 0, ""},
manifest.go#L11716: {"BytePtrFromString", Func, 1, "func(s string) (*byte, error)"},
manifest.go#L11717: {"ByteSliceFromString", Func, 1, "func(s string) ([]byte, error)"},
manifest.go#L11816: {"CancelIo", Func, 0, ""},
manifest.go#L11817: {"CancelIoEx", Func, 1, ""},
manifest.go#L11818: {"CertAddCertificateContextToStore", Func, 0, ""},
manifest.go#L11854: {"CertCloseStore", Func, 0, ""},
manifest.go#L11861: {"CertCreateCertificateContext", Func, 0, ""},
manifest.go#L11865: {"CertEnumCertificatesInStore", Func, 0, ""},
manifest.go#L11866: {"CertFreeCertificateChain", Func, 0, ""},
manifest.go#L11867: {"CertFreeCertificateContext", Func, 0, ""},
manifest.go#L11868: {"CertGetCertificateChain", Func, 0, ""},
manifest.go#L11870: {"CertOpenStore", Func, 0, ""},
manifest.go#L11871: {"CertOpenSystemStore", Func, 0, ""},
manifest.go#L11896: {"CertVerifyCertificateChainPolicy", Func, 0, ""},
manifest.go#L11897: {"Chdir", Func, 0, "func(path string) (err error)"},
manifest.go#L11898: {"CheckBpfVersion", Func, 0, ""},
manifest.go#L11899: {"Chflags", Func, 0, ""},
manifest.go#L11900: {"Chmod", Func, 0, "func(path string, mode uint32) (err error)"},
manifest.go#L11901: {"Chown", Func, 0, "func(path string, uid int, gid int) (err error)"},
manifest.go#L11902: {"Chroot", Func, 0, "func(path string) (err error)"},
manifest.go#L11903: {"Clearenv", Func, 0, "func()"},
manifest.go#L11904: {"Close", Func, 0, "func(fd int) (err error)"},
manifest.go#L11905: {"CloseHandle", Func, 0, ""},
manifest.go#L11906: {"CloseOnExec", Func, 0, "func(fd int)"},
manifest.go#L11907: {"Closesocket", Func, 0, ""},
manifest.go#L11908: {"CmsgLen", Func, 0, "func(datalen int) int"},
manifest.go#L11909: {"CmsgSpace", Func, 0, "func(datalen int) int"},
manifest.go#L11915: {"CommandLineToArgv", Func, 0, ""},
manifest.go#L11916: {"ComputerName", Func, 0, ""},
manifest.go#L11918: {"Connect", Func, 0, "func(fd int, sa Sockaddr) (err error)"},
manifest.go#L11919: {"ConnectEx", Func, 1, ""},
manifest.go#L11920: {"ConvertSidToStringSid", Func, 0, ""},
manifest.go#L11921: {"ConvertStringSidToSid", Func, 0, ""},
manifest.go#L11922: {"CopySid", Func, 0, ""},
manifest.go#L11923: {"Creat", Func, 0, "func(path string, mode uint32) (fd int, err error)"},
manifest.go#L11924: {"CreateDirectory", Func, 0, ""},
manifest.go#L11925: {"CreateFile", Func, 0, ""},
manifest.go#L11926: {"CreateFileMapping", Func, 0, ""},
manifest.go#L11927: {"CreateHardLink", Func, 4, ""},
manifest.go#L11928: {"CreateIoCompletionPort", Func, 0, ""},
manifest.go#L11929: {"CreatePipe", Func, 0, ""},
manifest.go#L11930: {"CreateProcess", Func, 0, ""},
manifest.go#L11931: {"CreateProcessAsUser", Func, 10, ""},
manifest.go#L11932: {"CreateSymbolicLink", Func, 4, ""},
manifest.go#L11933: {"CreateToolhelp32Snapshot", Func, 4, ""},
manifest.go#L11939: {"CryptAcquireContext", Func, 0, ""},
manifest.go#L11940: {"CryptGenRandom", Func, 0, ""},
manifest.go#L11941: {"CryptReleaseContext", Func, 0, ""},
manifest.go#L12214: {"DeleteFile", Func, 0, ""},
manifest.go#L12215: {"DetachLsf", Func, 0, "func(fd int) error"},
manifest.go#L12216: {"DeviceIoControl", Func, 4, ""},
manifest.go#L12230: {"DnsNameCompare", Func, 4, ""},
manifest.go#L12231: {"DnsQuery", Func, 0, ""},
manifest.go#L12232: {"DnsRecordListFree", Func, 0, ""},
manifest.go#L12237: {"Dup", Func, 0, "func(oldfd int) (fd int, err error)"},
manifest.go#L12238: {"Dup2", Func, 0, "func(oldfd int, newfd int) (err error)"},
manifest.go#L12239: {"Dup3", Func, 2, "func(oldfd int, newfd int, flags int) (err error)"},
manifest.go#L12240: {"DuplicateHandle", Func, 0, ""},
manifest.go#L12769: {"Environ", Func, 0, "func() []string"},
manifest.go#L12770: {"EpollCreate", Func, 0, "func(size int) (fd int, err error)"},
manifest.go#L12771: {"EpollCreate1", Func, 0, "func(flag int) (fd int, err error)"},
manifest.go#L12772: {"EpollCtl", Func, 0, "func(epfd int, op int, fd int, event *EpollEvent) (err error)"},
manifest.go#L12778: {"EpollWait", Func, 0, "func(epfd int, events []EpollEvent, msec int) (n int, err error)"},
manifest.go#L12780: {"EscapeArg", Func, 0, ""},
manifest.go#L12781: {"Exchangedata", Func, 0, ""},
manifest.go#L12782: {"Exec", Func, 0, "func(argv0 string, argv []string, envv []string) (err error)"},
manifest.go#L12783: {"Exit", Func, 0, "func(code int)"},
manifest.go#L12784: {"ExitProcess", Func, 0, ""},
manifest.go#L12929: {"Faccessat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) (err error)"},
manifest.go#L12930: {"Fallocate", Func, 0, "func(fd int, mode uint32, off int64, len int64) (err error)"},
manifest.go#L12935: {"Fchdir", Func, 0, "func(fd int) (err error)"},
manifest.go#L12936: {"Fchflags", Func, 0, ""},
manifest.go#L12937: {"Fchmod", Func, 0, "func(fd int, mode uint32) (err error)"},
manifest.go#L12938: {"Fchmodat", Func, 0, "func(dirfd int, path string, mode uint32, flags int) error"},
manifest.go#L12939: {"Fchown", Func, 0, "func(fd int, uid int, gid int) (err error)"},
manifest.go#L12940: {"Fchownat", Func, 0, "func(dirfd int, path string, uid int, gid int, flags int) (err error)"},
manifest.go#L12941: {"FcntlFlock", Func, 3, "func(fd uintptr, cmd int, lk *Flock_t) error"},
manifest.go#L12945: {"Fdatasync", Func, 0, "func(fd int) (err error)"},
manifest.go#L12954: {"FindClose", Func, 0, ""},
manifest.go#L12955: {"FindFirstFile", Func, 0, ""},
manifest.go#L12956: {"FindNextFile", Func, 0, ""},
manifest.go#L12957: {"Flock", Func, 0, "func(fd int, how int) (err error)"},
manifest.go#L12967: {"FlushBpf", Func, 0, ""},
manifest.go#L12968: {"FlushFileBuffers", Func, 0, ""},
manifest.go#L12969: {"FlushViewOfFile", Func, 0, ""},
manifest.go#L12970: {"ForkExec", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, err error)"},
manifest.go#L12972: {"FormatMessage", Func, 0, ""},
manifest.go#L12973: {"Fpathconf", Func, 0, ""},
manifest.go#L12974: {"FreeAddrInfoW", Func, 1, ""},
manifest.go#L12975: {"FreeEnvironmentStrings", Func, 0, ""},
manifest.go#L12976: {"FreeLibrary", Func, 0, ""},
manifest.go#L12981: {"Fstat", Func, 0, "func(fd int, stat *Stat_t) (err error)"},
manifest.go#L12982: {"Fstatat", Func, 12, ""},
manifest.go#L12983: {"Fstatfs", Func, 0, "func(fd int, buf *Statfs_t) (err error)"},
manifest.go#L12990: {"Fsync", Func, 0, "func(fd int) (err error)"},
manifest.go#L12991: {"Ftruncate", Func, 0, "func(fd int, length int64) (err error)"},
manifest.go#L12992: {"FullPath", Func, 4, ""},
manifest.go#L12993: {"Futimes", Func, 0, "func(fd int, tv []Timeval) (err error)"},
manifest.go#L12994: {"Futimesat", Func, 0, "func(dirfd int, path string, tv []Timeval) (err error)"},
manifest.go#L13004: {"GetAcceptExSockaddrs", Func, 0, ""},
manifest.go#L13005: {"GetAdaptersInfo", Func, 0, ""},
manifest.go#L13006: {"GetAddrInfoW", Func, 1, ""},
manifest.go#L13007: {"GetCommandLine", Func, 0, ""},
manifest.go#L13008: {"GetComputerName", Func, 0, ""},
manifest.go#L13009: {"GetConsoleMode", Func, 1, ""},
manifest.go#L13010: {"GetCurrentDirectory", Func, 0, ""},
manifest.go#L13011: {"GetCurrentProcess", Func, 0, ""},
manifest.go#L13012: {"GetEnvironmentStrings", Func, 0, ""},
manifest.go#L13013: {"GetEnvironmentVariable", Func, 0, ""},
manifest.go#L13014: {"GetExitCodeProcess", Func, 0, ""},
manifest.go#L13015: {"GetFileAttributes", Func, 0, ""},
manifest.go#L13016: {"GetFileAttributesEx", Func, 0, ""},
manifest.go#L13019: {"GetFileInformationByHandle", Func, 0, ""},
manifest.go#L13020: {"GetFileType", Func, 0, ""},
manifest.go#L13021: {"GetFullPathName", Func, 0, ""},
manifest.go#L13022: {"GetHostByName", Func, 0, ""},
manifest.go#L13023: {"GetIfEntry", Func, 0, ""},
manifest.go#L13024: {"GetLastError", Func, 0, ""},
manifest.go#L13025: {"GetLengthSid", Func, 0, ""},
manifest.go#L13026: {"GetLongPathName", Func, 0, ""},
manifest.go#L13027: {"GetProcAddress", Func, 0, ""},
manifest.go#L13028: {"GetProcessTimes", Func, 0, ""},
manifest.go#L13029: {"GetProtoByName", Func, 0, ""},
manifest.go#L13030: {"GetQueuedCompletionStatus", Func, 0, ""},
manifest.go#L13031: {"GetServByName", Func, 0, ""},
manifest.go#L13032: {"GetShortPathName", Func, 0, ""},
manifest.go#L13033: {"GetStartupInfo", Func, 0, ""},
manifest.go#L13034: {"GetStdHandle", Func, 0, ""},
manifest.go#L13035: {"GetSystemTimeAsFileTime", Func, 0, ""},
manifest.go#L13036: {"GetTempPath", Func, 0, ""},
manifest.go#L13037: {"GetTimeZoneInformation", Func, 0, ""},
manifest.go#L13038: {"GetTokenInformation", Func, 0, ""},
manifest.go#L13039: {"GetUserNameEx", Func, 0, ""},
manifest.go#L13040: {"GetUserProfileDirectory", Func, 0, ""},
manifest.go#L13041: {"GetVersion", Func, 0, ""},
manifest.go#L13042: {"Getcwd", Func, 0, "func(buf []byte) (n int, err error)"},
manifest.go#L13043: {"Getdents", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
manifest.go#L13044: {"Getdirentries", Func, 0, ""},
manifest.go#L13045: {"Getdtablesize", Func, 0, ""},
manifest.go#L13046: {"Getegid", Func, 0, "func() (egid int)"},
manifest.go#L13047: {"Getenv", Func, 0, "func(key string) (value string, found bool)"},
manifest.go#L13048: {"Geteuid", Func, 0, "func() (euid int)"},
manifest.go#L13049: {"Getfsstat", Func, 0, ""},
manifest.go#L13050: {"Getgid", Func, 0, "func() (gid int)"},
manifest.go#L13051: {"Getgroups", Func, 0, "func() (gids []int, err error)"},
manifest.go#L13052: {"Getpagesize", Func, 0, "func() int"},
manifest.go#L13053: {"Getpeername", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
manifest.go#L13054: {"Getpgid", Func, 0, "func(pid int) (pgid int, err error)"},
manifest.go#L13055: {"Getpgrp", Func, 0, "func() (pid int)"},
manifest.go#L13056: {"Getpid", Func, 0, "func() (pid int)"},
manifest.go#L13057: {"Getppid", Func, 0, "func() (ppid int)"},
manifest.go#L13058: {"Getpriority", Func, 0, "func(which int, who int) (prio int, err error)"},
manifest.go#L13059: {"Getrlimit", Func, 0, "func(resource int, rlim *Rlimit) (err error)"},
manifest.go#L13060: {"Getrusage", Func, 0, "func(who int, rusage *Rusage) (err error)"},
manifest.go#L13061: {"Getsid", Func, 0, ""},
manifest.go#L13062: {"Getsockname", Func, 0, "func(fd int) (sa Sockaddr, err error)"},
manifest.go#L13063: {"Getsockopt", Func, 1, ""},
manifest.go#L13064: {"GetsockoptByte", Func, 0, ""},
manifest.go#L13065: {"GetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int) (*ICMPv6Filter, error)"},
manifest.go#L13066: {"GetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int) (*IPMreq, error)"},
manifest.go#L13067: {"GetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int) (*IPMreqn, error)"},
manifest.go#L13068: {"GetsockoptIPv6MTUInfo", Func, 2, "func(fd int, level int, opt int) (*IPv6MTUInfo, error)"},
manifest.go#L13069: {"GetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int) (*IPv6Mreq, error)"},
manifest.go#L13070: {"GetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int) (value [4]byte, err error)"},
manifest.go#L13071: {"GetsockoptInt", Func, 0, "func(fd int, level int, opt int) (value int, err error)"},
manifest.go#L13072: {"GetsockoptUcred", Func, 1, "func(fd int, level int, opt int) (*Ucred, error)"},
manifest.go#L13073: {"Gettid", Func, 0, "func() (tid int)"},
manifest.go#L13074: {"Gettimeofday", Func, 0, "func(tv *Timeval) (err error)"},
manifest.go#L13075: {"Getuid", Func, 0, "func() (uid int)"},
manifest.go#L13076: {"Getwd", Func, 0, "func() (wd string, err error)"},
manifest.go#L13077: {"Getxattr", Func, 1, "func(path string, attr string, dest []byte) (sz int, err error)"},
manifest.go#L13948: {"InotifyAddWatch", Func, 0, "func(fd int, pathname string, mask uint32) (watchdesc int, err error)"},
manifest.go#L13955: {"InotifyInit", Func, 0, "func() (fd int, err error)"},
manifest.go#L13956: {"InotifyInit1", Func, 0, "func(flags int) (fd int, err error)"},
manifest.go#L13957: {"InotifyRmWatch", Func, 0, "func(fd int, watchdesc uint32) (success int, err error)"},
manifest.go#L13975: {"Ioperm", Func, 0, "func(from int, num int, on int) (err error)"},
manifest.go#L13976: {"Iopl", Func, 0, "func(level int) (err error)"},
manifest.go#L14008: {"Issetugid", Func, 0, ""},
manifest.go#L14021: {"Kevent", Func, 0, ""},
manifest.go#L14030: {"Kill", Func, 0, "func(pid int, sig Signal) (err error)"},
manifest.go#L14031: {"Klogctl", Func, 0, "func(typ int, buf []byte) (n int, err error)"},
manifest.go#L14032: {"Kqueue", Func, 0, ""},
manifest.go#L14054: {"Lchown", Func, 0, "func(path string, uid int, gid int) (err error)"},
manifest.go#L14058: {"Link", Func, 0, "func(oldpath string, newpath string) (err error)"},
manifest.go#L14059: {"Listen", Func, 0, "func(s int, n int) (err error)"},
manifest.go#L14060: {"Listxattr", Func, 1, "func(path string, dest []byte) (sz int, err error)"},
manifest.go#L14061: {"LoadCancelIoEx", Func, 1, ""},
manifest.go#L14062: {"LoadConnectEx", Func, 1, ""},
manifest.go#L14063: {"LoadCreateSymbolicLink", Func, 4, ""},
manifest.go#L14064: {"LoadDLL", Func, 0, ""},
manifest.go#L14065: {"LoadGetAddrInfo", Func, 1, ""},
manifest.go#L14066: {"LoadLibrary", Func, 0, ""},
manifest.go#L14067: {"LoadSetFileCompletionNotificationModes", Func, 2, ""},
manifest.go#L14068: {"LocalFree", Func, 0, ""},
manifest.go#L14073: {"LookupAccountName", Func, 0, ""},
manifest.go#L14074: {"LookupAccountSid", Func, 0, ""},
manifest.go#L14075: {"LookupSID", Func, 0, ""},
manifest.go#L14076: {"LsfJump", Func, 0, "func(code int, k int, jt int, jf int) *SockFilter"},
manifest.go#L14077: {"LsfSocket", Func, 0, "func(ifindex int, proto int) (int, error)"},
manifest.go#L14078: {"LsfStmt", Func, 0, "func(code int, k int) *SockFilter"},
manifest.go#L14079: {"Lstat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
manifest.go#L14237: {"Madvise", Func, 0, "func(b []byte, advice int) (err error)"},
manifest.go#L14238: {"MapViewOfFile", Func, 0, ""},
manifest.go#L14271: {"Mkdir", Func, 0, "func(path string, mode uint32) (err error)"},
manifest.go#L14272: {"Mkdirat", Func, 0, "func(dirfd int, path string, mode uint32) (err error)"},
manifest.go#L14273: {"Mkfifo", Func, 0, "func(path string, mode uint32) (err error)"},
manifest.go#L14274: {"Mknod", Func, 0, "func(path string, mode uint32, dev int) (err error)"},
manifest.go#L14275: {"Mknodat", Func, 0, "func(dirfd int, path string, mode uint32, dev int) (err error)"},
manifest.go#L14276: {"Mlock", Func, 0, "func(b []byte) (err error)"},
manifest.go#L14277: {"Mlockall", Func, 0, "func(flags int) (err error)"},
manifest.go#L14278: {"Mmap", Func, 0, "func(fd int, offset int64, length int, prot int, flags int) (data []byte, err error)"},
manifest.go#L14279: {"Mount", Func, 0, "func(source string, target string, fstype string, flags uintptr, data string) (err error)"},
manifest.go#L14280: {"MoveFile", Func, 0, ""},
manifest.go#L14281: {"Mprotect", Func, 0, "func(b []byte, prot int) (err error)"},
manifest.go#L14292: {"Munlock", Func, 0, "func(b []byte) (err error)"},
manifest.go#L14293: {"Munlockall", Func, 0, "func() (err error)"},
manifest.go#L14294: {"Munmap", Func, 0, "func(b []byte) (err error)"},
manifest.go#L14295: {"MustLoadDLL", Func, 0, ""},
manifest.go#L14417: {"Nanosleep", Func, 0, "func(time *Timespec, leftover *Timespec) (err error)"},
manifest.go#L14418: {"NetApiBufferFree", Func, 0, ""},
manifest.go#L14419: {"NetGetJoinInformation", Func, 2, ""},
manifest.go#L14424: {"NetUserGetInfo", Func, 0, ""},
manifest.go#L14428: {"NetlinkRIB", Func, 0, "func(proto int, family int) ([]byte, error)"},
manifest.go#L14435: {"NewCallback", Func, 0, ""},
manifest.go#L14436: {"NewCallbackCDecl", Func, 3, ""},
manifest.go#L14437: {"NewLazyDLL", Func, 0, ""},
manifest.go#L14450: {"NsecToFiletime", Func, 0, ""},
manifest.go#L14451: {"NsecToTimespec", Func, 0, "func(nsec int64) Timespec"},
manifest.go#L14452: {"NsecToTimeval", Func, 0, "func(nsec int64) Timeval"},
manifest.go#L14453: {"Ntohs", Func, 0, ""},
manifest.go#L14502: {"Open", Func, 0, "func(path string, mode int, perm uint32) (fd int, err error)"},
manifest.go#L14503: {"OpenCurrentProcessToken", Func, 0, ""},
manifest.go#L14504: {"OpenProcess", Func, 0, ""},
manifest.go#L14505: {"OpenProcessToken", Func, 0, ""},
manifest.go#L14506: {"Openat", Func, 0, "func(dirfd int, path string, flags int, mode uint32) (fd int, err error)"},
manifest.go#L14717: {"ParseDirent", Func, 0, "func(buf []byte, max int, names []string) (consumed int, count int, newnames []string)"},
manifest.go#L14718: {"ParseNetlinkMessage", Func, 0, "func(b []byte) ([]NetlinkMessage, error)"},
manifest.go#L14719: {"ParseNetlinkRouteAttr", Func, 0, "func(m *NetlinkMessage) ([]NetlinkRouteAttr, error)"},
manifest.go#L14720: {"ParseRoutingMessage", Func, 0, ""},
manifest.go#L14721: {"ParseRoutingSockaddr", Func, 0, ""},
manifest.go#L14722: {"ParseSocketControlMessage", Func, 0, "func(b []byte) ([]SocketControlMessage, error)"},
manifest.go#L14723: {"ParseUnixCredentials", Func, 0, "func(m *SocketControlMessage) (*Ucred, error)"},
manifest.go#L14724: {"ParseUnixRights", Func, 0, "func(m *SocketControlMessage) ([]int, error)"},
manifest.go#L14726: {"Pathconf", Func, 0, ""},
manifest.go#L14727: {"Pause", Func, 0, "func() (err error)"},
manifest.go#L14728: {"Pipe", Func, 0, "func(p []int) error"},
manifest.go#L14729: {"Pipe2", Func, 1, "func(p []int, flags int) error"},
manifest.go#L14730: {"PivotRoot", Func, 0, "func(newroot string, putold string) (err error)"},
manifest.go#L14732: {"PostQueuedCompletionStatus", Func, 0, ""},
manifest.go#L14733: {"Pread", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
manifest.go#L14742: {"Process32First", Func, 4, ""},
manifest.go#L14743: {"Process32Next", Func, 4, ""},
manifest.go#L14764: {"PtraceAttach", Func, 0, "func(pid int) (err error)"},
manifest.go#L14765: {"PtraceCont", Func, 0, "func(pid int, signal int) (err error)"},
manifest.go#L14766: {"PtraceDetach", Func, 0, "func(pid int) (err error)"},
manifest.go#L14767: {"PtraceGetEventMsg", Func, 0, "func(pid int) (msg uint, err error)"},
manifest.go#L14768: {"PtraceGetRegs", Func, 0, "func(pid int, regsout *PtraceRegs) (err error)"},
manifest.go#L14769: {"PtracePeekData", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
manifest.go#L14770: {"PtracePeekText", Func, 0, "func(pid int, addr uintptr, out []byte) (count int, err error)"},
manifest.go#L14771: {"PtracePokeData", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
manifest.go#L14772: {"PtracePokeText", Func, 0, "func(pid int, addr uintptr, data []byte) (count int, err error)"},
manifest.go#L14818: {"PtraceSetOptions", Func, 0, "func(pid int, options int) (err error)"},
manifest.go#L14819: {"PtraceSetRegs", Func, 0, "func(pid int, regs *PtraceRegs) (err error)"},
manifest.go#L14820: {"PtraceSingleStep", Func, 0, "func(pid int) (err error)"},
manifest.go#L14821: {"PtraceSyscall", Func, 1, "func(pid int, signal int) (err error)"},
manifest.go#L14822: {"Pwrite", Func, 0, "func(fd int, p []byte, offset int64) (n int, err error)"},
manifest.go#L15177: {"RawSyscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
manifest.go#L15178: {"RawSyscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
manifest.go#L15179: {"Read", Func, 0, "func(fd int, p []byte) (n int, err error)"},
manifest.go#L15180: {"ReadConsole", Func, 1, ""},
manifest.go#L15181: {"ReadDirectoryChanges", Func, 0, ""},
manifest.go#L15182: {"ReadDirent", Func, 0, "func(fd int, buf []byte) (n int, err error)"},
manifest.go#L15183: {"ReadFile", Func, 0, ""},
manifest.go#L15184: {"Readlink", Func, 0, "func(path string, buf []byte) (n int, err error)"},
manifest.go#L15185: {"Reboot", Func, 0, "func(cmd int) (err error)"},
manifest.go#L15186: {"Recvfrom", Func, 0, "func(fd int, p []byte, flags int) (n int, from Sockaddr, err error)"},
manifest.go#L15187: {"Recvmsg", Func, 0, "func(fd int, p []byte, oob []byte, flags int) (n int, oobn int, recvflags int, from Sockaddr, err error)"},
manifest.go#L15188: {"RegCloseKey", Func, 0, ""},
manifest.go#L15189: {"RegEnumKeyEx", Func, 0, ""},
manifest.go#L15190: {"RegOpenKeyEx", Func, 0, ""},
manifest.go#L15191: {"RegQueryInfoKey", Func, 0, ""},
manifest.go#L15192: {"RegQueryValueEx", Func, 0, ""},
manifest.go#L15193: {"RemoveDirectory", Func, 0, ""},
manifest.go#L15194: {"Removexattr", Func, 1, "func(path string, attr string) (err error)"},
manifest.go#L15195: {"Rename", Func, 0, "func(oldpath string, newpath string) (err error)"},
manifest.go#L15196: {"Renameat", Func, 0, "func(olddirfd int, oldpath string, newdirfd int, newpath string) (err error)"},
manifest.go#L15197: {"Revoke", Func, 0, ""},
manifest.go#L15201: {"Rmdir", Func, 0, "func(path string) error"},
manifest.go#L15205: {"RouteRIB", Func, 0, ""},
manifest.go#L16561: {"Seek", Func, 0, "func(fd int, offset int64, whence int) (off int64, err error)"},
manifest.go#L16562: {"Select", Func, 0, "func(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error)"},
manifest.go#L16563: {"Sendfile", Func, 0, "func(outfd int, infd int, offset *int64, count int) (written int, err error)"},
manifest.go#L16564: {"Sendmsg", Func, 0, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (err error)"},
manifest.go#L16565: {"SendmsgN", Func, 3, "func(fd int, p []byte, oob []byte, to Sockaddr, flags int) (n int, err error)"},
manifest.go#L16566: {"Sendto", Func, 0, "func(fd int, p []byte, flags int, to Sockaddr) (err error)"},
manifest.go#L16572: {"SetBpf", Func, 0, ""},
manifest.go#L16573: {"SetBpfBuflen", Func, 0, ""},
manifest.go#L16574: {"SetBpfDatalink", Func, 0, ""},
manifest.go#L16575: {"SetBpfHeadercmpl", Func, 0, ""},
manifest.go#L16576: {"SetBpfImmediate", Func, 0, ""},
manifest.go#L16577: {"SetBpfInterface", Func, 0, ""},
manifest.go#L16578: {"SetBpfPromisc", Func, 0, ""},
manifest.go#L16579: {"SetBpfTimeout", Func, 0, ""},
manifest.go#L16580: {"SetCurrentDirectory", Func, 0, ""},
manifest.go#L16581: {"SetEndOfFile", Func, 0, ""},
manifest.go#L16582: {"SetEnvironmentVariable", Func, 0, ""},
manifest.go#L16583: {"SetFileAttributes", Func, 0, ""},
manifest.go#L16584: {"SetFileCompletionNotificationModes", Func, 2, ""},
manifest.go#L16585: {"SetFilePointer", Func, 0, ""},
manifest.go#L16586: {"SetFileTime", Func, 0, ""},
manifest.go#L16587: {"SetHandleInformation", Func, 0, ""},
manifest.go#L16588: {"SetKevent", Func, 0, ""},
manifest.go#L16589: {"SetLsfPromisc", Func, 0, "func(name string, m bool) error"},
manifest.go#L16590: {"SetNonblock", Func, 0, "func(fd int, nonblocking bool) (err error)"},
manifest.go#L16591: {"Setdomainname", Func, 0, "func(p []byte) (err error)"},
manifest.go#L16592: {"Setegid", Func, 0, "func(egid int) (err error)"},
manifest.go#L16593: {"Setenv", Func, 0, "func(key string, value string) error"},
manifest.go#L16594: {"Seteuid", Func, 0, "func(euid int) (err error)"},
manifest.go#L16595: {"Setfsgid", Func, 0, "func(gid int) (err error)"},
manifest.go#L16596: {"Setfsuid", Func, 0, "func(uid int) (err error)"},
manifest.go#L16597: {"Setgid", Func, 0, "func(gid int) (err error)"},
manifest.go#L16598: {"Setgroups", Func, 0, "func(gids []int) (err error)"},
manifest.go#L16599: {"Sethostname", Func, 0, "func(p []byte) (err error)"},
manifest.go#L16600: {"Setlogin", Func, 0, ""},
manifest.go#L16601: {"Setpgid", Func, 0, "func(pid int, pgid int) (err error)"},
manifest.go#L16602: {"Setpriority", Func, 0, "func(which int, who int, prio int) (err error)"},
manifest.go#L16603: {"Setprivexec", Func, 0, ""},
manifest.go#L16604: {"Setregid", Func, 0, "func(rgid int, egid int) (err error)"},
manifest.go#L16605: {"Setresgid", Func, 0, "func(rgid int, egid int, sgid int) (err error)"},
manifest.go#L16606: {"Setresuid", Func, 0, "func(ruid int, euid int, suid int) (err error)"},
manifest.go#L16607: {"Setreuid", Func, 0, "func(ruid int, euid int) (err error)"},
manifest.go#L16608: {"Setrlimit", Func, 0, "func(resource int, rlim *Rlimit) error"},
manifest.go#L16609: {"Setsid", Func, 0, "func() (pid int, err error)"},
manifest.go#L16610: {"Setsockopt", Func, 0, ""},
manifest.go#L16611: {"SetsockoptByte", Func, 0, "func(fd int, level int, opt int, value byte) (err error)"},
manifest.go#L16612: {"SetsockoptICMPv6Filter", Func, 2, "func(fd int, level int, opt int, filter *ICMPv6Filter) error"},
manifest.go#L16613: {"SetsockoptIPMreq", Func, 0, "func(fd int, level int, opt int, mreq *IPMreq) (err error)"},
manifest.go#L16614: {"SetsockoptIPMreqn", Func, 0, "func(fd int, level int, opt int, mreq *IPMreqn) (err error)"},
manifest.go#L16615: {"SetsockoptIPv6Mreq", Func, 0, "func(fd int, level int, opt int, mreq *IPv6Mreq) (err error)"},
manifest.go#L16616: {"SetsockoptInet4Addr", Func, 0, "func(fd int, level int, opt int, value [4]byte) (err error)"},
manifest.go#L16617: {"SetsockoptInt", Func, 0, "func(fd int, level int, opt int, value int) (err error)"},
manifest.go#L16618: {"SetsockoptLinger", Func, 0, "func(fd int, level int, opt int, l *Linger) (err error)"},
manifest.go#L16619: {"SetsockoptString", Func, 0, "func(fd int, level int, opt int, s string) (err error)"},
manifest.go#L16620: {"SetsockoptTimeval", Func, 0, "func(fd int, level int, opt int, tv *Timeval) (err error)"},
manifest.go#L16621: {"Settimeofday", Func, 0, "func(tv *Timeval) (err error)"},
manifest.go#L16622: {"Setuid", Func, 0, "func(uid int) (err error)"},
manifest.go#L16623: {"Setxattr", Func, 1, "func(path string, attr string, data []byte, flags int) (err error)"},
manifest.go#L16624: {"Shutdown", Func, 0, "func(fd int, how int) (err error)"},
manifest.go#L16682: {"SlicePtrFromStrings", Func, 1, "func(ss []string) ([]*byte, error)"},
manifest.go#L16723: {"Socket", Func, 0, "func(domain int, typ int, proto int) (fd int, err error)"},
manifest.go#L16728: {"Socketpair", Func, 0, "func(domain int, typ int, proto int) (fd [2]int, err error)"},
manifest.go#L16729: {"Splice", Func, 0, "func(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)"},
manifest.go#L16730: {"StartProcess", Func, 0, "func(argv0 string, argv []string, attr *ProcAttr) (pid int, handle uintptr, err error)"},
manifest.go#L16747: {"Stat", Func, 0, "func(path string, stat *Stat_t) (err error)"},
manifest.go#L16788: {"Statfs", Func, 0, "func(path string, buf *Statfs_t) (err error)"},
manifest.go#L16844: {"StringBytePtr", Func, 0, "func(s string) *byte"},
manifest.go#L16845: {"StringByteSlice", Func, 0, "func(s string) []byte"},
manifest.go#L16846: {"StringSlicePtr", Func, 0, "func(ss []string) []*byte"},
manifest.go#L16847: {"StringToSid", Func, 0, ""},
manifest.go#L16848: {"StringToUTF16", Func, 0, ""},
manifest.go#L16849: {"StringToUTF16Ptr", Func, 0, ""},
manifest.go#L16850: {"Symlink", Func, 0, "func(oldpath string, newpath string) (err error)"},
manifest.go#L16851: {"Sync", Func, 0, "func()"},
manifest.go#L16852: {"SyncFileRange", Func, 0, "func(fd int, off int64, n int64, flags int) (err error)"},
manifest.go#L16888: {"Syscall", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
manifest.go#L16889: {"Syscall12", Func, 0, ""},
manifest.go#L16890: {"Syscall15", Func, 0, ""},
manifest.go#L16891: {"Syscall18", Func, 12, ""},
manifest.go#L16892: {"Syscall6", Func, 0, "func(trap uintptr, a1 uintptr, a2 uintptr, a3 uintptr, a4 uintptr, a5 uintptr, a6 uintptr) (r1 uintptr, r2 uintptr, err Errno)"},
manifest.go#L16893: {"Syscall9", Func, 0, ""},
manifest.go#L16894: {"SyscallN", Func, 18, ""},
manifest.go#L16895: {"Sysctl", Func, 0, ""},
manifest.go#L16896: {"SysctlUint32", Func, 0, ""},
manifest.go#L16908: {"Sysinfo", Func, 0, "func(info *Sysinfo_t) (err error)"},
manifest.go#L17181: {"Tee", Func, 0, "func(rfd int, wfd int, len int, flags int) (n int64, err error)"},
manifest.go#L17182: {"TerminateProcess", Func, 0, ""},
manifest.go#L17193: {"Tgkill", Func, 0, "func(tgid int, tid int, sig Signal) (err error)"},
manifest.go#L17194: {"Time", Func, 0, "func(t *Time_t) (tt Time_t, err error)"},
manifest.go#L17196: {"Times", Func, 0, "func(tms *Tms) (ticks uintptr, err error)"},
manifest.go#L17201: {"TimespecToNsec", Func, 0, "func(ts Timespec) int64"},
manifest.go#L17209: {"TimevalToNsec", Func, 0, "func(tv Timeval) int64"},
manifest.go#L17281: {"TranslateAccountName", Func, 0, ""},
manifest.go#L17282: {"TranslateName", Func, 0, ""},
manifest.go#L17283: {"TransmitFile", Func, 0, ""},
manifest.go#L17289: {"Truncate", Func, 0, "func(path string, length int64) (err error)"},
manifest.go#L17293: {"UTF16FromString", Func, 1, ""},
manifest.go#L17294: {"UTF16PtrFromString", Func, 1, ""},
manifest.go#L17295: {"UTF16ToString", Func, 0, ""},
manifest.go#L17300: {"Umask", Func, 0, "func(mask int) (oldmask int)"},
manifest.go#L17301: {"Uname", Func, 0, "func(buf *Utsname) (err error)"},
manifest.go#L17302: {"Undelete", Func, 0, ""},
manifest.go#L17303: {"UnixCredentials", Func, 0, "func(ucred *Ucred) []byte"},
manifest.go#L17304: {"UnixRights", Func, 0, "func(fds ...int) []byte"},
manifest.go#L17305: {"Unlink", Func, 0, "func(path string) error"},
manifest.go#L17306: {"Unlinkat", Func, 0, "func(dirfd int, path string) error"},
manifest.go#L17307: {"UnmapViewOfFile", Func, 0, ""},
manifest.go#L17308: {"Unmount", Func, 0, "func(target string, flags int) (err error)"},
manifest.go#L17309: {"Unsetenv", Func, 4, "func(key string) error"},
manifest.go#L17310: {"Unshare", Func, 0, "func(flags int) (err error)"},
manifest.go#L17316: {"Ustat", Func, 0, "func(dev int, ubuf *Ustat_t) (err error)"},
manifest.go#L17327: {"Utime", Func, 0, "func(path string, buf *Utimbuf) (err error)"},
manifest.go#L17328: {"Utimes", Func, 0, "func(path string, tv []Timeval) (err error)"},
manifest.go#L17329: {"UtimesNano", Func, 1, "func(path string, ts []Timespec) (err error)"},
manifest.go#L17360: {"VirtualLock", Func, 0, ""},
manifest.go#L17361: {"VirtualUnlock", Func, 0, ""},
manifest.go#L17383: {"WSACleanup", Func, 0, ""},
manifest.go#L17397: {"WSAEnumProtocols", Func, 2, ""},
manifest.go#L17399: {"WSAIoctl", Func, 0, ""},
manifest.go#L17425: {"WSARecv", Func, 0, ""},
manifest.go#L17426: {"WSARecvFrom", Func, 0, ""},
manifest.go#L17428: {"WSASend", Func, 0, ""},
manifest.go#L17429: {"WSASendTo", Func, 0, ""},
manifest.go#L17430: {"WSASendto", Func, 0, ""},
manifest.go#L17431: {"WSAStartup", Func, 0, ""},
manifest.go#L17435: {"Wait4", Func, 0, "func(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, err error)"},
manifest.go#L17436: {"WaitForSingleObject", Func, 0, ""},
manifest.go#L17457: {"Write", Func, 0, "func(fd int, p []byte) (n int, err error)"},
manifest.go#L17458: {"WriteConsole", Func, 1, ""},
manifest.go#L17459: {"WriteFile", Func, 0, ""},
manifest.go#L17483: {"CopyBytesToGo", Func, 0, ""},
manifest.go#L17484: {"CopyBytesToJS", Func, 0, ""},
manifest.go#L17487: {"FuncOf", Func, 0, ""},
manifest.go#L17488: {"Global", Func, 0, ""},
manifest.go#L17489: {"Null", Func, 0, ""},
manifest.go#L17499: {"Undefined", Func, 0, ""},
manifest.go#L17502: {"ValueOf", Func, 0, ""},
manifest.go#L17620: {"AllocsPerRun", Func, 1, "func(runs int, f func()) (avg float64)"},
manifest.go#L17623: {"Benchmark", Func, 0, "func(f func(b *B)) BenchmarkResult"},
manifest.go#L17642: {"CoverMode", Func, 8, "func() string"},
manifest.go#L17643: {"Coverage", Func, 4, "func() float64"},
manifest.go#L17645: {"Init", Func, 13, "func()"},
manifest.go#L17661: {"Main", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample)"},
manifest.go#L17662: {"MainStart", Func, 4, "func(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M"},
manifest.go#L17664: {"RegisterCover", Func, 2, "func(c Cover)"},
manifest.go#L17665: {"RunBenchmarks", Func, 0, "func(matchString func(pat string, str string) (bool, error), benchmarks []InternalBenchmark)"},
manifest.go#L17666: {"RunExamples", Func, 0, "func(matchString func(pat string, str string) (bool, error), examples []InternalExample) (ok bool)"},
manifest.go#L17667: {"RunTests", Func, 0, "func(matchString func(pat string, str string) (bool, error), tests []InternalTest) (ok bool)"},
manifest.go#L17668: {"Short", Func, 0, "func() bool"},
manifest.go#L17670: {"Testing", Func, 21, "func() bool"},
manifest.go#L17671: {"Verbose", Func, 1, "func() bool"},
manifest.go#L17674: {"SetGlobalRandom", Func, 26, "func(t *testing.T, seed uint64)"},
manifest.go#L17691: {"TestFS", Func, 16, "func(fsys fs.FS, expected ...string) error"},
manifest.go#L17694: {"DataErrReader", Func, 0, "func(r io.Reader) io.Reader"},
manifest.go#L17695: {"ErrReader", Func, 16, "func(err error) io.Reader"},
manifest.go#L17697: {"HalfReader", Func, 0, "func(r io.Reader) io.Reader"},
manifest.go#L17698: {"NewReadLogger", Func, 0, "func(prefix string, r io.Reader) io.Reader"},
manifest.go#L17699: {"NewWriteLogger", Func, 0, "func(prefix string, w io.Writer) io.Writer"},
manifest.go#L17700: {"OneByteReader", Func, 0, "func(r io.Reader) io.Reader"},
manifest.go#L17701: {"TestReader", Func, 16, "func(r io.Reader, content []byte) error"},
manifest.go#L17702: {"TimeoutReader", Func, 0, "func(r io.Reader) io.Reader"},
manifest.go#L17703: {"TruncateWriter", Func, 0, "func(w io.Writer, n int64) io.Writer"},
manifest.go#L17710: {"Check", Func, 0, "func(f any, config *Config) error"},
manifest.go#L17711: {"CheckEqual", Func, 0, "func(f any, g any, config *Config) error"},
manifest.go#L17726: {"Value", Func, 0, "func(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool)"},
manifest.go#L17729: {"Run", Func, 22, "func(t *testing.T, newHandler func(*testing.T) slog.Handler, result func(*testing.T) map[string]any)"},
manifest.go#L17730: {"TestHandler", Func, 21, "func(h slog.Handler, results func() []map[string]any) error"},
manifest.go#L17733: {"Sleep", Func, 27, "func(d time.Duration)"},
manifest.go#L17734: {"Test", Func, 25, "func(t *testing.T, f func(*testing.T))"},
manifest.go#L17735: {"Wait", Func, 25, "func()"},
manifest.go#L17778: {"TokenString", Func, 0, "func(tok rune) string"},
manifest.go#L17789: {"NewWriter", Func, 0, "func(output io.Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) *Writer"},
manifest.go#L17819: {"HTMLEscape", Func, 0, "func(w io.Writer, b []byte)"},
manifest.go#L17820: {"HTMLEscapeString", Func, 0, "func(s string) string"},
manifest.go#L17821: {"HTMLEscaper", Func, 0, "func(args ...any) string"},
manifest.go#L17822: {"IsTrue", Func, 6, "func(val any) (truth bool, ok bool)"},
manifest.go#L17823: {"JSEscape", Func, 0, "func(w io.Writer, b []byte)"},
manifest.go#L17824: {"JSEscapeString", Func, 0, "func(s string) string"},
manifest.go#L17825: {"JSEscaper", Func, 0, "func(args ...any) string"},
manifest.go#L17826: {"Must", Func, 0, "func(t *Template, err error) *Template"},
manifest.go#L17827: {"New", Func, 0, "func(name string) *Template"},
manifest.go#L17828: {"ParseFS", Func, 16, "func(fsys fs.FS, patterns ...string) (*Template, error)"},
manifest.go#L17829: {"ParseFiles", Func, 0, "func(filenames ...string) (*Template, error)"},
manifest.go#L17830: {"ParseGlob", Func, 0, "func(pattern string) (*Template, error)"},
manifest.go#L17833: {"URLQueryEscaper", Func, 0, "func(args ...any) string"},
manifest.go#L17988: {"IsEmptyTree", Func, 0, "func(n Node) bool"},
manifest.go#L17994: {"New", Func, 0, "func(name string, funcs ...map[string]any) *Tree"},
manifest.go#L17995: {"NewIdentifier", Func, 0, "func(ident string) *IdentifierNode"},
manifest.go#L18034: {"Parse", Func, 0, "func(name string, text string, leftDelim string, rightDelim string, funcs ...map[string]any) (map[string]*Tree, error)"},
manifest.go#L18141: {"After", Func, 0, "func(d Duration) <-chan Time"},
manifest.go#L18142: {"AfterFunc", Func, 0, "func(d Duration, f func()) *Timer"},
manifest.go#L18145: {"Date", Func, 0, "func(year int, month Month, day int, hour int, min int, sec int, nsec int, loc *Location) Time"},
manifest.go#L18151: {"FixedZone", Func, 0, "func(name string, offset int) *Location"},
manifest.go#L18159: {"LoadLocation", Func, 0, "func(name string) (*Location, error)"},
manifest.go#L18160: {"LoadLocationFromTZData", Func, 10, "func(name string, data []byte) (*Location, error)"},
manifest.go#L18171: {"NewTicker", Func, 0, "func(d Duration) *Ticker"},
manifest.go#L18172: {"NewTimer", Func, 0, "func(d Duration) *Timer"},
manifest.go#L18174: {"Now", Func, 0, "func() Time"},
manifest.go#L18176: {"Parse", Func, 0, "func(layout string, value string) (Time, error)"},
manifest.go#L18177: {"ParseDuration", Func, 0, "func(s string) (Duration, error)"},
manifest.go#L18184: {"ParseInLocation", Func, 1, "func(layout string, value string, loc *Location) (Time, error)"},
manifest.go#L18196: {"Since", Func, 0, "func(t Time) Duration"},
manifest.go#L18197: {"Sleep", Func, 0, "func(d Duration)"},
manifest.go#L18204: {"Tick", Func, 0, "func(d Duration) <-chan Time"},
manifest.go#L18213: {"Unix", Func, 0, "func(sec int64, nsec int64) Time"},
manifest.go#L18215: {"UnixMicro", Func, 17, "func(usec int64) Time"},
manifest.go#L18216: {"UnixMilli", Func, 17, "func(msec int64) Time"},
manifest.go#L18217: {"Until", Func, 8, "func(t Time) Duration"},
manifest.go#L18315: {"In", Func, 2, "func(r rune, ranges ...*RangeTable) bool"},
manifest.go#L18319: {"Is", Func, 0, "func(rangeTab *RangeTable, r rune) bool"},
manifest.go#L18320: {"IsControl", Func, 0, "func(r rune) bool"},
manifest.go#L18321: {"IsDigit", Func, 0, "func(r rune) bool"},
manifest.go#L18322: {"IsGraphic", Func, 0, "func(r rune) bool"},
manifest.go#L18323: {"IsLetter", Func, 0, "func(r rune) bool"},
manifest.go#L18324: {"IsLower", Func, 0, "func(r rune) bool"},
manifest.go#L18325: {"IsMark", Func, 0, "func(r rune) bool"},
manifest.go#L18326: {"IsNumber", Func, 0, "func(r rune) bool"},
manifest.go#L18327: {"IsOneOf", Func, 0, "func(ranges []*RangeTable, r rune) bool"},
manifest.go#L18328: {"IsPrint", Func, 0, "func(r rune) bool"},
manifest.go#L18329: {"IsPunct", Func, 0, "func(r rune) bool"},
manifest.go#L18330: {"IsSpace", Func, 0, "func(r rune) bool"},
manifest.go#L18331: {"IsSymbol", Func, 0, "func(r rune) bool"},
manifest.go#L18332: {"IsTitle", Func, 0, "func(r rune) bool"},
manifest.go#L18333: {"IsUpper", Func, 0, "func(r rune) bool"},
manifest.go#L18483: {"SimpleFold", Func, 0, "func(r rune) rune"},
manifest.go#L18518: {"To", Func, 0, "func(_case int, r rune) rune"},
manifest.go#L18519: {"ToLower", Func, 0, "func(r rune) rune"},
manifest.go#L18520: {"ToTitle", Func, 0, "func(r rune) rune"},
manifest.go#L18521: {"ToUpper", Func, 0, "func(r rune) rune"},
manifest.go#L18548: {"AppendRune", Func, 20, "func(a []uint16, r rune) []uint16"},
manifest.go#L18549: {"Decode", Func, 0, "func(s []uint16) []rune"},
manifest.go#L18550: {"DecodeRune", Func, 0, "func(r1 rune, r2 rune) rune"},
manifest.go#L18551: {"Encode", Func, 0, "func(s []rune) []uint16"},
manifest.go#L18552: {"EncodeRune", Func, 0, "func(r rune) (r1 rune, r2 rune)"},
manifest.go#L18553: {"IsSurrogate", Func, 0, "func(r rune) bool"},
manifest.go#L18554: {"RuneLen", Func, 23, "func(r rune) int"},
manifest.go#L18557: {"AppendRune", Func, 18, "func(p []byte, r rune) []byte"},
manifest.go#L18558: {"DecodeLastRune", Func, 0, "func(p []byte) (r rune, size int)"},
manifest.go#L18559: {"DecodeLastRuneInString", Func, 0, "func(s string) (r rune, size int)"},
manifest.go#L18560: {"DecodeRune", Func, 0, "func(p []byte) (r rune, size int)"},
manifest.go#L18561: {"DecodeRuneInString", Func, 0, "func(s string) (r rune, size int)"},
manifest.go#L18562: {"EncodeRune", Func, 0, "func(p []byte, r rune) int"},
manifest.go#L18563: {"FullRune", Func, 0, "func(p []byte) bool"},
manifest.go#L18564: {"FullRuneInString", Func, 0, "func(s string) bool"},
manifest.go#L18566: {"RuneCount", Func, 0, "func(p []byte) int"},
manifest.go#L18567: {"RuneCountInString", Func, 0, "func(s string) (n int)"},
manifest.go#L18569: {"RuneLen", Func, 0, "func(r rune) int"},
manifest.go#L18571: {"RuneStart", Func, 0, "func(b byte) bool"},
manifest.go#L18573: {"Valid", Func, 0, "func(p []byte) bool"},
manifest.go#L18574: {"ValidRune", Func, 1, "func(r rune) bool"},
manifest.go#L18575: {"ValidString", Func, 0, "func(s string) bool"},
manifest.go#L18580: {"Make", Func, 23, "func[T comparable](value T) Handle[T]"},
manifest.go#L18583: {"Add", Func, 0, ""},
manifest.go#L18584: {"Alignof", Func, 0, ""},
manifest.go#L18585: {"Offsetof", Func, 0, ""},
manifest.go#L18587: {"Sizeof", Func, 0, ""},
manifest.go#L18588: {"Slice", Func, 0, ""},
manifest.go#L18589: {"SliceData", Func, 0, ""},
manifest.go#L18590: {"String", Func, 0, ""},
manifest.go#L18591: {"StringData", Func, 0, ""},
manifest.go#L18599: {"Max", Func, 27, "func() UUID"},
manifest.go#L18600: {"MustParse", Func, 27, "func(s string) UUID"},
manifest.go#L18601: {"New", Func, 27, "func() UUID"},
manifest.go#L18602: {"NewV4", Func, 27, "func() UUID"},
manifest.go#L18603: {"NewV7", Func, 27, "func() UUID"},
manifest.go#L18604: {"Nil", Func, 27, "func() UUID"},
manifest.go#L18605: {"Parse", Func, 27, "func(s string) (UUID, error)"},
manifest.go#L18610: {"Make", Func, 24, "func[T any](ptr *T) Pointer[T]"},
stdlib.go#L38: Func // "Println"
stdlib.go#L49: Func: "func",
golang.org/x/tools/internal/typesinternal
toonew.go#L28: case stdlib.Func, stdlib.Var, stdlib.Const, stdlib.Type: