MCPcopy Create free account

hub / github.com/goccy/go-yaml / functions

Functions1,184 in github.com/goccy/go-yaml

↓ 1 callersMethodType
()
parser/token.go:78
↓ 1 callersFunctionUnmarshalContext
UnmarshalContext decodes with context.Context and DecodeOptions.
yaml.go:205
↓ 1 callersMethodUnmarshalJSON
([]byte)
decode.go:714
↓ 1 callersMethodUnmarshalText
(b []byte)
decode_test.go:2486
↓ 1 callersMethodUnmarshalYAML
(dt []byte)
yaml.go:343
↓ 1 callersMethodVisit
(Node)
ast/ast.go:2154
↓ 1 callersFunction_main
(args []string)
cmd/ycat/ycat.go:22
↓ 1 callersMethodadd
(tk *Token)
token/token.go:856
↓ 1 callersMethodaddFootCommentToMap
(node ast.Node)
decode.go:298
↓ 1 callersMethodaddHeadOrLineCommentToMap
(node ast.Node)
decode.go:231
↓ 1 callersMethodaddIndentSpace
(indentNum int, v string, isIgnoredFirstLine bool)
internal/format/format.go:521
↓ 1 callersMethodaddReadLen
append read length
ast/ast.go:197
↓ 1 callersMethodaddSequenceNodeCommentToMap
(node *ast.SequenceNode)
decode.go:269
↓ 1 callersMethodaddToken
(tk *Token)
parser/context.go:176
↓ 1 callersFunctionappendEscapedRune
(buf []byte, r rune, quote byte)
stdlib_quote.go:54
↓ 1 callersFunctionappendQuotedWith
(buf []byte, s string, quote byte)
stdlib_quote.go:27
↓ 1 callersMethodblockStyleString
(commentMode bool)
ast/ast.go:1259
↓ 1 callersMethodblockStyleString
()
ast/ast.go:1633
↓ 1 callersMethodcanEncodeByMarshaler
(v reflect.Value)
encode.go:317
↓ 1 callersMethodcastToDuration
(ctx context.Context, src ast.Node)
decode.go:1263
↓ 1 callersMethodcastToFloat
(v interface{})
decode.go:85
↓ 1 callersMethodclearLen
clean read length
ast/ast.go:199
↓ 1 callersMethodclearSmartAnchorRef
()
encode.go:1016
↓ 1 callersFunctioncolor
()
docs/playground/src/App.tsx:403
↓ 1 callersFunctioncolorize
(msg string, attrs ...ColorAttribute)
printer/color.go:81
↓ 1 callersFunctioncontainsPathSpecialChar
(path string)
parser/context.go:27
↓ 1 callersMethodcontainsReservedPathCharacters
(path string)
path.go:411
↓ 1 callersMethodconvertValue
(v reflect.Value, typ reflect.Type, src ast.Node)
decode.go:622
↓ 1 callersFunctioncreateAnchorAndAliasTokenGroups
(tokens []*Token)
parser/token.go:302
↓ 1 callersFunctioncreateAnchorWithScalarTagTokenGroups
(tokens []*Token)
parser/token.go:445
↓ 1 callersFunctioncreateContext
()
scanner/context.go:46
↓ 1 callersFunctioncreateDirectiveTokenGroups
(tokens []*Token)
parser/token.go:573
↓ 1 callersFunctioncreateDocumentTokens
(tokens []*Token)
parser/token.go:617
↓ 1 callersFunctioncreateLineCommentTokenGroups
(tokens []*Token)
parser/token.go:248
↓ 1 callersFunctioncreateLiteralAndFoldedTokenGroups
(tokens []*Token)
parser/token.go:266
↓ 1 callersFunctioncreateMapKeyByMappingKey
(tokens []*Token)
parser/token.go:481
↓ 1 callersFunctioncreateMapKeyByMappingValue
(tokens []*Token)
parser/token.go:504
↓ 1 callersFunctioncreateMapKeyTokenGroups
(tokens []*Token)
parser/token.go:473
↓ 1 callersFunctioncreateMapKeyValueTokenGroups
(tokens []*Token)
parser/token.go:530
↓ 1 callersFunctioncreateScalarTagTokenGroups
(tokens []*Token)
parser/token.go:354
↓ 1 callersFunctioncurDir
()
testdata/yaml-test-suite/yaml.go:24
↓ 1 callersMethoddecodeArray
(ctx context.Context, dst reflect.Value, src ast.Node)
decode.go:1532
↓ 1 callersMethoddecodeDuration
(ctx context.Context, dst reflect.Value, src ast.Node)
decode.go:1285
↓ 1 callersMethoddecodeMap
(ctx context.Context, dst reflect.Value, src ast.Node)
decode.go:1716
↓ 1 callersMethoddecodeMapItem
(ctx context.Context, dst *MapItem, src ast.Node)
decode.go:1620
↓ 1 callersMethoddecodeMapSlice
(ctx context.Context, dst *MapSlice, src ast.Node)
decode.go:1669
↓ 1 callersMethoddecodeSlice
(ctx context.Context, dst reflect.Value, src ast.Node)
decode.go:1577
↓ 1 callersMethoddecodeStruct
(ctx context.Context, dst reflect.Value, src ast.Node)
decode.go:1311
↓ 1 callersMethoddecodeTime
(ctx context.Context, dst reflect.Value, src ast.Node)
decode.go:1254
↓ 1 callersMethoddeleteStructKeys
(structType reflect.Type, unknownFields map[string]ast.Node)
decode.go:670
↓ 1 callersMethodenclosedSingleQuote
(name string)
path.go:421
↓ 1 callersMethodencodeArray
(ctx context.Context, value reflect.Value)
encode.go:623
↓ 1 callersMethodencodeBool
(v bool)
encode.go:601
↓ 1 callersMethodencodeByMarshaler
(ctx context.Context, v reflect.Value, column int)
encode.go:346
↓ 1 callersMethodencodeDuration
(v time.Duration, column int)
encode.go:847
↓ 1 callersMethodencodeInt
(v int64)
encode.go:531
↓ 1 callersMethodencodeMap
(ctx context.Context, value reflect.Value, column int)
encode.go:682
↓ 1 callersMethodencodeMapSlice
(ctx context.Context, value MapSlice, column int)
encode.go:660
↓ 1 callersMethodencodeNil
()
encode.go:526
↓ 1 callersMethodencodeSlice
(ctx context.Context, value reflect.Value)
encode.go:606
↓ 1 callersMethodencodeStruct
(ctx context.Context, value reflect.Value, column int)
encode.go:873
↓ 1 callersMethodencodeUint
(v uint64)
encode.go:536
↓ 1 callersMethodexistsNewLineCharacter
(src string)
parser/parser.go:684
↓ 1 callersMethodexistsTypeInCustomMarshalerMap
(t reflect.Type)
encode.go:291
↓ 1 callersMethodexistsTypeInCustomUnmarshalerMap
(t reflect.Type)
decode.go:717
↓ 1 callersMethodfilterNode
(node ast.Node)
path.go:760
↓ 1 callersMethodflowStyleString
(commentMode bool)
ast/ast.go:1247
↓ 1 callersMethodflowStyleString
()
ast/ast.go:1621
↓ 1 callersMethodformatAlias
(n *ast.AliasNode)
internal/format/format.go:405
↓ 1 callersMethodformatAnchor
(n *ast.AnchorNode)
internal/format/format.go:401
↓ 1 callersMethodformatBool
(n *ast.BoolNode)
internal/format/format.go:316
↓ 1 callersMethodformatComment
(n *ast.CommentNode)
internal/format/format.go:478
↓ 1 callersMethodformatDirective
(n *ast.DirectiveNode)
internal/format/format.go:342
↓ 1 callersMethodformatFile
(file *ast.File)
internal/format/format.go:275
↓ 1 callersMethodformatFloat
(n *ast.FloatNode)
internal/format/format.go:312
↓ 1 callersMethodformatInfinity
(n *ast.InfinityNode)
internal/format/format.go:320
↓ 1 callersMethodformatInteger
(n *ast.IntegerNode)
internal/format/format.go:308
↓ 1 callersMethodformatLiteral
(n *ast.LiteralNode)
internal/format/format.go:328
↓ 1 callersMethodformatMapping
(n *ast.MappingNode)
internal/format/format.go:350
↓ 1 callersMethodformatMappingKey
(n *ast.MappingKeyNode)
internal/format/format.go:374
↓ 1 callersMethodformatMergeKey
(n *ast.MergeKeyNode)
internal/format/format.go:332
↓ 1 callersMethodformatNan
(n *ast.NanNode)
internal/format/format.go:324
↓ 1 callersMethodformatNull
(n *ast.NullNode)
internal/format/format.go:300
↓ 1 callersMethodformatSequence
(n *ast.SequenceNode)
internal/format/format.go:378
↓ 1 callersMethodformatSequenceEntry
(n *ast.SequenceEntryNode)
internal/format/format.go:397
↓ 1 callersMethodformatString
(n *ast.StringNode)
internal/format/format.go:304
↓ 1 callersMethodformatTag
(n *ast.TagNode)
internal/format/format.go:370
↓ 1 callersMethodgenerateAnchorName
(base string)
encode.go:1042
↓ 1 callersMethodgetAnchor
(ref uintptr)
encode.go:1056
↓ 1 callersFunctiongetIndentNumByFirstLineToken
(tk *token.Token)
internal/format/format.go:216
↓ 1 callersMethodgetMergeAliasName
getMergeAliasName support single alias only
decode.go:1295
↓ 1 callersMethodgetParentMapTokenIfExistsForValidationError
getParentMapTokenIfExists if the NodeType is a container type such as MappingType or SequenceType, it is necessary to return the parent MapNode's colo
decode.go:1503
↓ 1 callersMethodgetSmartAlias
(ref uintptr)
encode.go:1068
↓ 1 callersFunctiongroupColor
()
docs/playground/src/App.tsx:338
↓ 1 callersFunctiongroupTokenToComponent
(g: TokenGroup, groups: string[])
docs/playground/src/App.tsx:334
↓ 1 callersFunctiongroupedTokenToKey
(g: GroupedToken)
docs/playground/src/App.tsx:327
↓ 1 callersFunctionhasCommentFile
(f *ast.File)
internal/format/format.go:39
↓ 1 callersMethodhasMergeProperty
()
struct.go:103
↓ 1 callersFunctionhexToInt
(b rune)
scanner/scanner.go:294
↓ 1 callersFunctioninit
()
token/token.go:355
← previousnext →401–500 of 1,184, ranked by callers