tree: fb86243f638cfbe7a43ae9969973d30568d0b075 [path history] [tgz]
  1. aliases.go
  2. bits.go
  3. BUILD.gn
  4. consts.go
  5. elementslice.go
  6. elementslice_test.go
  7. elementstr.go
  8. enums.go
  9. library.go
  10. OWNERS
  11. properties.go
  12. protocol.go
  13. README.md
  14. summary.go
  15. summary_test.go
  16. symboltable.go
  17. symboltable_test.go
  18. wraparoundtype.go
  19. wraparoundtype_test.go
tools/fidl/lib/summarize/README.md

summarize

The summarize library extracts FIDL API information from FIDL JSON IR.

The main user of this library is //tools/fidl/fidl_api_summarize.

Build

fx set core.x64 --with //tools/fidl:tests
fx build tools/fidl/lib/summarize

Test

fx test tools/fidl/lib/summarize