We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d964e6f commit d627f24Copy full SHA for d627f24
volatility3/framework/plugins/linux/pagecache.py
@@ -6,7 +6,7 @@
6
import logging
7
import datetime
8
from dataclasses import dataclass, astuple
9
-from typing import List, Set, Type
+from typing import List, Set, Type, Iterable
10
11
from volatility3.framework import renderers, interfaces
12
from volatility3.framework.renderers import format_hints
@@ -205,7 +205,7 @@ def get_inodes(
205
cls,
206
context: interfaces.context.ContextInterface,
207
config_path: str,
208
- ):
+ ) -> Iterable[InodeInternal]:
209
"""Retrieves the inodes from the superblocks
210
211
Args:
0 commit comments