Skip to content

Commit 2eae851

Browse files
Revert "Add metadata_children function for accessing metadata tree"
Co-authored-by: Aayush Sabharwal <[email protected]> This reverts commit 5293e98.
1 parent d03e0ef commit 2eae851

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/types.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,10 +1016,6 @@ end
10161016
metadata(s::Symbolic) = s.metadata
10171017
metadata(s::Symbolic, meta) = Setfield.@set! s.metadata = meta
10181018

1019-
function metadata_children(s::BasicSymbolic)
1020-
s.meta.children
1021-
end
1022-
10231019
function hasmetadata(s::Symbolic, ctx)
10241020
metadata(s) isa AbstractDict && haskey(metadata(s), ctx)
10251021
end

0 commit comments

Comments
 (0)