MCPcopy Create free account
hub / github.com/F-Stack/f-stack / string_value

Method string_value

dpdk/buildtools/pmdinfogen.py:88–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86
87 @property
88 def string_value(self):
89 value = self._symbol.get_value(0)
90 return coff.decode_asciiz(value) if value else ''
91
92
93class COFFImage:

Callers

nothing calls this directly

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected