@@ -70,21 +70,18 @@ const std::vector<fendpoint> funcs = {
70
70
{ " Block::listSources" , nixblock::list_sources },
71
71
{ " Block::listTags" , nixblock::list_tags },
72
72
{ " Block::listMultiTags" , nixblock::list_multi_tags },
73
- { " Block::hasMetadataSection" , nixblock::has_metadata_section },
74
73
{ " Block::openMetadataSection" , nixblock::open_metadata_section },
75
74
76
75
// Data Array
77
76
{ " DataArray::describe" , nixdataarray::describe },
78
77
{ " DataArray::readAll" , nixdataarray::read_all },
79
- { " DataArray::hasMetadataSection" , nixdataarray::has_metadata_section },
80
78
{ " DataArray::openMetadataSection" , nixdataarray::open_metadata_section },
81
79
82
80
// Tag
83
81
{ " Tag::describe" , nixtag::describe },
84
82
{ " Tag::listReferences" , nixtag::list_references_array },
85
83
{ " Tag::listFeatures" , nixtag::list_features },
86
84
{ " Tag::listSources" , nixtag::list_sources },
87
- { " Tag::hasMetadataSection" , nixtag::has_metadata_section },
88
85
{ " Tag::openMetadataSection" , nixtag::open_metadata_section },
89
86
{ " Tag::retrieveData" , nixtag::retrieve_data },
90
87
{ " Tag::featureRetrieveData" , nixtag::retrieve_feature_data },
@@ -94,15 +91,13 @@ const std::vector<fendpoint> funcs = {
94
91
{ " MultiTag::listReferences" , nixmultitag::list_references_array },
95
92
{ " MultiTag::listFeatures" , nixmultitag::list_features },
96
93
{ " MultiTag::listSources" , nixmultitag::list_sources },
97
- { " MultiTag::hasMetadataSection" , nixmultitag::has_metadata_section },
98
94
{ " MultiTag::openMetadataSection" , nixmultitag::open_metadata_section },
99
95
{ " MultiTag::retrieveData" , nixmultitag::retrieve_data },
100
96
{ " MultiTag::featureRetrieveData" , nixmultitag::retrieve_feature_data },
101
97
102
98
// Source
103
99
{ " Source::describe" , nixsource::describe },
104
100
{ " Source::listSources" , nixsource::list_sources },
105
- { " Source::hasMetadataSection" , nixsource::has_metadata_section },
106
101
{ " Source::openMetadataSection" , nixsource::open_metadata_section },
107
102
108
103
// Feature
0 commit comments