Initializer
init(_:unifiedSymbol:shouldAddHash:shouldAddKind:)
Creates a new reference to a symbol.
init(_ identifier: String, unifiedSymbol: UnifiedSymbolGraph.Symbol? = nil, shouldAddHash: Bool = false, shouldAddKind: Bool = false)
Parameters
identifierThe precise identifier of a symbol.
unifiedSymbolThe unified symbol graph node representing this symbol, if available.
shouldAddHashIf true, the new reference has a hash appended to its path.
shouldAddKindIf true, the new reference has the referenced-symbol kind appended to its path.